{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:project:volumes:volumes:create_backup' volume_id %}{% endblock %} {% block modal_id %}create_volume_backup_modal{% endblock %} {% block modal-header %}{% trans "Create Volume Backup" %}{% endblock %} {% block modal-body %}
{% trans "Volume Backup" %}: {% trans "Volume Backups are stored using the Object Storage service. You must have this service activated in order to create a backup." %}
{% trans "If no container name is provided, a default container named volumebackups will be provisioned for you. Backups will be the same size as the volume they originate from." %}