{% extends 'django_openstack/dash/base.html' %} {% block sidebar %} {% with current_sidebar="containers" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% include "django_openstack/common/_page_header.html" with title="Copy Object" %} {% endblock page_header %} {% block dash_main %}

Container: {{container_name}}

Copy Object: '{{object_name}}'

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

<< Return to objects list

Description:

You may make a new copy of an existing object to store in this or another container.

 
{% endblock %}