horizon/openstack_dashboard/dashboards/project/volumes/templates/volumes/_show_transfer.html

14 lines
759 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block header %}
<div class="modal-header">
<h3 class="modal-title">{% block modal-header %}{{ modal_header }}{% endblock %}</h3>
</div>
{% endblock %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "The Transfer ID and the Authorization Key are needed by the recipient in order to accept the transfer. Please capture both the Transfer ID and the Authorization Key and provide them to your transfer recipient." %}</p>
<p class="alert alert-warning">{% trans "The Authorization Key will not be available after closing this page, so you must capture it now or download it, or else you will be unable to use the transfer." %}</p>
{% endblock %}