{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}copy_object_form{% endblock %} {% block form_action %}{% url 'horizon:project:containers:object_copy' container_name object_name %}{% endblock %} {% block modal-header %}{% blocktrans %}Copy Object: {{ object_name }}{% endblocktrans %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Make a new copy of an existing object to store in this or another container. You may additionally specify the path within the selected container where the new copy should be stored." %}

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