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