{% extends "fpr/app_layout.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Formats" %}{% endblock title %} {% block page_title %}{% trans "Formats" %}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
{% trans "Create new format" %}
{% endif %} {% if formats %}{% trans "Description" %} | {% trans "Group" %} | {% trans "Actions" %} |
---|---|---|
{{ format.description }} | {% if request.user.is_superuser %} {{ format.group_name }} {% else %} {{ format.group_name }} {% endif %} | {% trans "View" %} {% if request.user.is_superuser %} | {% trans "Edit" %} {% endif %} |
{% trans "No formats exist." %}
{% endif %}