1 {% extends "horizon/common/_modal_form.html" %} 2 {% load i18n %} 3 4 {% block modal-body-right %} 5 <p><strong>{% trans "Volume Backup:" %}</strong> {% trans "Volume Backups are stored using the Object Storage service. You must have this service activated in order to create a backup." %}</p> 6 <p>{% 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." %}</p> 7 {% endblock %}