{% extends "fpr/app_layout.html" %} {% load bootstrap_tags %} {% load staticfiles %} {% block title %}Archivematica FPR Server - {{ action }} Format Group{% endblock title %} {% block page_title %} {{ action }} Format Group {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Format Groups
  • {{ action }} Format Group
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% if group %}
    {% else %} {% endif %} {% csrf_token %} {{ form|as_bootstrap }}
    {% if group %}

    Formats

    Create New Format

    {% if group_formats %} {% for format in group_formats %} {% endfor %}
    Description Actions
    {{ format.description }} Edit
    {% else %}

    No formats exist for {{ group.description }}.

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