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