{% extends "fpr/app_layout.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Format policy commands" %}{% endblock title %} {% block page_title %}{% trans "Format policy commands" %}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
{% trans "Create new command" %}
{% endif %} {% if fpcommands %}{% trans "Description" %} | {% trans "Usage" %} | {% trans "Tool" %} | {% trans "Enabled" %} | {% trans "Actions" %} |
---|---|---|---|---|
{{ fpcommand.description }} | {{ fpcommand.get_command_usage_display }} | {{ fpcommand.tool.description }} | {{ fpcommand.enabled|yesno:_('Yes,No') }} | {% trans "View" %} {% if request.user.is_superuser %} | {% trans "Replace" %} | {{ fpcommand.enabled|yesno:_("Disable,Enable") }} {% endif %} |
{% trans "No format policy commands exist." %}
{% endif %}