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

Container: {{container_name}}

Copy Object: '{{object_name}}'

{% include '_copy_object.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 %}