{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}custom_property_edit_form{% endblock %} {% block form_action %}{% url 'horizon:admin:images:properties:edit' image.id encoded_key %}{% endblock %} {% block modal_id %}custom_property_edit_modal{% endblock %} {% block modal-header %}{% trans "Edit Custom Property Value" %}: {{ key }}{% endblock %} {% block modal-body %}
{% trans 'Update the custom property value for' %} "{{ key }}"