{% extends "base.html" %} {% load i18n %} {% block content %} {% include "svmain/pagination.inc.html" %}
{% if object_list %}{% trans "Unix name" %} | {% trans "Full name" %} | {% trans "Short description" %} |
---|---|---|
{{ object.name }} | {{ object.svgroupinfo.full_name }} | {{ object.svgroupinfo.short_description }} |
{% trans "No groups." %}
{% endif %} {% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}