{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_image_form{% endblock %} {% block form_action %}{% url horizon:syspanel:images:update image.id %}{% endblock %} {% block modal_id %}update_image_modal{% endblock %} {% block modal-header %}{% trans "Update Image" %}{% endblock %} {% block modal-body %}
{% trans "From here you can modify different properties of an image." %}