{% extends "fpr/app_layout.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Format policy rules " %}{% endblock title %} {% block page_title %}{% trans "Format policy rules " %}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
{% trans "Purpose" %} | {% trans "Format" %} | {% trans "Command" %} | {% trans "Success" %} | {% trans "Enabled" %} | {% trans "Actions" %} |
---|---|---|---|---|---|
{{ fprule.get_purpose_display }} | {{ fprule.format.description }} | {{ fprule.command.description }} | {{ fprule.count_okay }} out of {{ fprule.count_attempts }} | {{ fprule.enabled|yesno:_('Yes,No') }} | {% trans "View" %} {% if request.user.is_superuser %} | {% trans "Replace" %} | {{ fprule.enabled|yesno:_("Disable,Enable") }} {% endif %} |
{% trans "No format policy rules exist." %}
{% endif %}