{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_router_form{% endblock %} {% block form_action %}{% url 'horizon:admin:routers:update' router_id %}{% endblock %} {% block modal-header %}{% trans "Edit Router" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "You may update the editable properties of your router here." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}