{% extends "layout.html" %} {% from "macros/general.html" import display_button_submit, with context %} {% from "macros/msgHandlers.html" import policydMsgHandler with context %} {% block title %}{{ _('Add whitelist') }}{% endblock %} {% block navlinks_active_create %}class="active"{% endblock %} {% block main %} {# Show system message #} {{ policydMsgHandler(msg, listname='whitelist') }}
{{ _('Note') }}: {{ _('The forward and reverse DNS name must match otherwise it will not work.') }}