{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_firewall_form{% endblock %} {% block form_action %}{% url 'horizon:project:firewalls:updatefirewall' firewall_id %}{% endblock %} {% block modal-header %}{% trans "Edit Firewall" %}{% endblock %} {% block modal-body %}
{% trans "You may update firewall details here." %}