{% extends "fpr/app_layout.html" %} {% load bootstrap_tags %} {% load i18n %} {% block title %}{{ block.super }} - {{ title }}{% endblock title %} {% block page_title %}{{ title }}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
{% trans "Create new format" %}
{% if group_formats %}{% trans "Description" %} | {% trans "Actions" %} |
---|---|
{{ format.description }} | {% trans "Edit" %} |
{% blocktrans with description=group.description %} No formats exist for {{ description }}. {% endblocktrans %}
{% endif %} {% endif %}