{% extends "fpr/app_layout.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% blocktrans with description=group.description %}Delete format group {{ description }}{% endblocktrans %}{% endblock title %} {% block page_title %}{% blocktrans with description=group.description %}Delete format group {{ description }}{% endblocktrans %}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Formats" %}
  • {% trans "Groups" %}
  • {{ group.description }}
  • {% trans "Delete" %}
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% csrf_token %}

    {% trans "Are you sure?" %}

    {% if format_count > 0 %}

    {% blocktrans with count=format_count %} {{ count }} format(s) were found that are a member of this group. {% endblocktrans %}

    {% if other_group_count %}

    {% trans "Substitute formats that are a member of this group with the following group:" %}

    {% endif %} {% endif %}
    {% endblock app_content %}