{% load order_by %} {% if groups %}

Share {{ obj.name }} with the following groups

{% for group in groups %} {% endfor %}
{% else %}

You can't share {{ obj.name }} yet as you're currently not a member of any groups with sharing functionality enabled.

{% endif %}
Submit Cancel