{% load i18n %} {% load static %} {% load l10n %} {% trans 'GlobTitle' %}
{% if messages %} {% for message in messages %}
{% endfor %} {% endif %}
{% include 'my_waf/settings_info.html' %} {% include 'my_waf/edit_setting.html' %} {% include 'my_waf/add_wl.html' %} {% include 'my_waf/add_erl.html' %} {% include 'my_waf/vhost_set_training.html' %} {% include 'my_waf/edit_nwaf_limit.html' %} {% include 'my_waf/token_info.html' %} {% include 'my_waf/check_email.html' %} {% block list_keys %}{% endblock %} {% block mlc_settings %}{% endblock %} {% block dyn_settings %}{% endblock %} {% block rule_management %}{% endblock %} {% block action_log %}{% endblock %} {% block erl_rule %}{% endblock %} {% include 'my_waf/model_training.html' %} {% include 'my_waf/modal_copy_model.html' %} {% include 'my_waf/delete_model.html' %}
{% csrf_token %} {% block footer %}{% endblock %}