{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_image_form{% endblock %} {% block form_action %}{% url 'horizon:infrastructure:images:update' image.id %}{% endblock %} {% block modal_id %}update_image_modal{% endblock %} {% block modal-header %}{% trans "Update Image" %}{% endblock %} {% block modal-body %}
{% trans "Modify different properties of an image." %}