{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_snapshot_form{% endblock %} {% block form_action %}{% url 'horizon:project:volumes:snapshots:update' snapshot.id %}{% endblock %} {% block modal_id %}update_snapshot_modal{% endblock %} {% block modal-header %}{% trans "Edit Snapshot" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Modify the name and description of a snapshot." %}

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