{% extends "base.html" %} {% load i18n %} {% load svtopmenu %} {% block title %} {{group.svgroupinfo.get_full_name_display}} - {{title}} {% endblock %} {% block icon %}preferences{% endblock %} {% block topmenu %} {% svtopmenu "group" %} {% endblock %} {% block content %} {% include "svmain/pagination.inc.html" %}
{% if object_list %}User | Full name | Profile | |
---|---|---|---|
{{ object.username }} | {{ object.get_full_name }} | {% trans 'view' %} |
{% trans "All other users are members of your group!" %}
{% endif %} {% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}