{% extends "base.html" %} {% load i18n %} {% load svtopmenu %} {% block title %} {{group.svgroupinfo.get_full_name_display}} - {% trans "Administration summary" %}{% trans ": " %}{{title}} {% endblock %} {% block icon %}preferences{% endblock %} {% block topmenu %} {% svtopmenu "group" %} {% endblock %} {% block content %} {% include "svmain/pagination.inc.html" %}
{% trans "Search" %}:
{% if object_list %} {% for object in object_list %} {% endfor %}
UserFull nameProfile
{{ object.username }} {{ object.get_full_name }} {% trans 'view' %}
{% csrf_token %}
{% else %}

{% 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 %}