{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Delete Format Group{% endblock title %} {% block page_title %} Delete {{ group.description }} {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Format Groupss
  • {{ group.description }}
  • Delete {{ group.description }}
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% csrf_token %}

    Are you sure?

    {% if format_count > 0 %}

    {{ format_count }} format(s) were found that are a member of this group.

    {% if other_group_count %}

    Substitute formats that are a member of this group with the following group:

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