{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Insert Rule to Policy" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Insert Rule to Policy") %} {% endblock page_header %} {% block main %} {% include 'project/firewalls/_insert_rule_to_policy.html' %} {% endblock %}