{% extends "fpr/app_layout.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Identification commands" %}{% endblock title %} {% block page_title %}{% trans "Identification commands" %}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
{% trans "Create new command" %}
{% endif %} {% if idcommands %}{% trans 'Command' %} | {% trans 'Type' %} | {% trans 'Tool' %} | {% trans 'Mode' %} | {% trans 'Enabled' %} | {% trans 'Actions' %} |
---|---|---|---|---|---|
{{ idcommand.description }} | {{ idcommand.get_script_type_display }} | {{ idcommand.tool }} | {{ idcommand.config }} | {{ idcommand.enabled|yesno:_("Yes,No") }} | {% trans "View" %} {% if request.user.is_superuser %} | {% trans "Replace" %} | {{ idcommand.enabled|yesno:_("Disable,Enable") }} {% endif %} |
{% trans "No identification commands exist." %}
{% endif %}