{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_system_form{% endblock %} {% block form_action %}{% url 'horizon:admin:system_config:update_system' system_id %}{% endblock %} {% block modal_id %}edit_system_modal{% endblock %} {% block modal-header %}{% trans "Edit System" %}{% endblock %} {% block modal-body %}
{% trans "From here you can update the configuration of the system." %}