{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Identification Commands{% endblock title %} {% block page_title %} Identification Command Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
Command | Type | Tool | Mode | Enabled | Actions |
---|---|---|---|---|---|
{{ idcommand.description }} | {{ idcommand.get_script_type_display }} | {{ idcommand.tool }} | {{ idcommand.config }} | {{ idcommand.enabled }} | View {% if request.user.is_superuser %} | Replace | {{ idcommand.enabled|yesno:"Disable,Enable" }} {% endif %} |
No identification commands exist.
{% endif %}