{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_image_form{% endblock %} {% block form_action %}{% url 'horizon:project:images:images:update' image.id %}{% endblock %} {% block modal-header %}{% trans "Update Image" %}{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

{% trans "Edit the image details." %}

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