{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% load revisions_link %} {% block title %}Archivematica FPR Server - ID Rule{% endblock title %} {% block page_title %} ID Rule Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • ID Rules
  • ID Rule
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% revisions_link "idrule" idrule.uuid %}
    UUID
    {{ idrule.uuid }}
    Format Version
    {{ idrule.format.description }}
    Command
    {{ idrule.command.description }}
    Command Output
    {{ idrule.command_output }}
    Enabled
    {{ idrule.enabled }}
    {% if request.user.is_superuser %}
    Actions
    Replace
    {{ idrule.enabled|yesno:"Disable,Enable" }}
    {% endif %}
    {% endblock app_content %}