{% extends 'base.html' %} {% load i18n dpagination%} {% block title %}{% trans 'Groups' %}{% endblock %} {% block breadcrumb %} {% endblock %} {% block page-header %} {% trans 'Groups' %} {% endblock %} {% block main %}
{% for gr in groups %} {% empty %} {% endfor %}
# {% trans 'TeCo' %} {% trans 'Title' %} {% if order_by == 'title' %}{% endif %} #
{{ gr.pk }} {{ gr.code }} {{ gr.title }}
{% trans 'Groups was not found' %}
{% endblock %}