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