{% extends 'nova/base.html' %} {%load i18n%} {% block sidebar %} {% with current_sidebar="containers" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Copy Object") %} {% endblock page_header %} {% block dash_main %}

Container: {{container_name}}

Copy Object: '{{object_name}}'

{% include 'nova/objects/_copy.html' with form=copy_form greeting="HI" %}

<< {% trans "Return to objects list"%}

{% trans "Description"%}:

{% trans "You may make a new copy of an existing object to store in this or another container."%}

 
{% endblock %}