{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% load revisions_link %} {% block title %}Archivematica FPR Server - {{ idcommand.description }}{% endblock title %} {% block page_title %} {{ idcommand.description }} Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Identification Commands
  • {{ idcommand.description }} Command
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% revisions_link "idcommand" idcommand.uuid %}
    UUID
    {{ idcommand.uuid }}
    Tool
    {{ idcommand.tool }}
    Description
    {{ idcommand.description }}
    Mode
    {{ idcommand.config }}
    Script
    {{ idcommand.script }}
    Script Type
    {{ idcommand.get_script_type_display }}
    Enabled
    {{ idcommand.enabled }}
    {% if request.user.is_superuser %}
    Actions
    Replace
    {{ idcommand.enabled|yesno:"Disable,Enable" }}
    {% endif %}
    {% endblock app_content %}