{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Identification Rules{% endblock title %} {% block page_title %} Identification Rule Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Identification Rules
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% if request.user.is_superuser %}

    Create New Rule

    {% endif %} {% if idrules %} {% for idrule in idrules %} {% endfor %}
    Format Command Output Tools Enabled Actions
    {{ idrule.format }} {{ idrule.command.description }} {{ idrule.command_output }} {{ idrule.command.tool }} {{ idrule.enabled }} View {% if request.user.is_superuser %} | Replace | {{ idrule.enabled|yesno:"Disable,Enable" }} {% endif %}
    {% else %}

    No identification rules exist.

    {% endif %}
    {% endblock app_content %}