{% extends "fpr/app_layout.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Identification rules" %}{% endblock title %} {% block page_title %}{% trans "Identification rules" %}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
{% trans "Format" %} | {% trans "Command" %} | {% trans "Output" %} | {% trans "Tools" %} | {% trans "Enabled" %} | {% trans "Actions" %} |
---|---|---|---|---|---|
{{ idrule.format }} | {{ idrule.command.description }} | {{ idrule.command_output }} | {{ idrule.command.tool }} | {{ idrule.enabled|yesno:_('Yes,No') }} | {% trans "View" %} {% if request.user.is_superuser %} | {% trans "Replace" %} | {{ idrule.enabled|yesno:_("Disable,Enable") }} {% endif %} |
{% trans "No identification rules exist." %}
{% endif %}