{% extends "section.html %"} {% load profiles %} {% block section_toolbar %}
{% endblock %} {% block section_title %} {% if main_structure %}{{main_structure.diminutive}}{% if sub_structure %} - {{sub_structure.diminutive}}{% endif %}{% else %}{{group.name|title}}{% endif %} {% endblock %} {% block section_content %} {% for collaborator in group.user_set.all %} {% if collaborator != disp_user %} {% user_etiquette collaborator group display_main_structure %} {% if not forloop.last %}
{% endif %} {% endif %} {% empty %}

No collaborators available for this group.

{% endfor %} {% endblock %}