{% extends '_base_list.html' %} {% load i18n static %} {% block table_search %}{% endblock %} {% block help_message %}
{% trans 'System user bound some command filter, each command filter has some rules,'%} {% trans 'When user login asset with this system user, then run a command,' %} {% trans 'The command will be filter by rules, higher priority rule run first,' %} {% trans 'When a rule matched, if rule action is allow, then allow command execute,' %} {% trans 'else if action is deny, then command with be deny,' %} {% trans 'else match next rule, if none matched, allowed' %}
{% endblock %} {% block table_container %}
{% trans "Create command filter" %}
{% trans 'Name' %} {% trans 'Rules' %} {% trans 'System users' %} {% trans 'Comment' %} {% trans 'Action' %}
{% endblock %} {% block content_bottom_left %}{% endblock %} {% block custom_foot_js %} {% endblock %}