{% extends 'summary/datapivot_list.html' %} {% load add_class %} {% block title %} {{block.super}} | Copy Data Pivot {% endblock title %} {% block breadcrumbs_self %}
  • Visualizations/
  • Copy existing data-pivot/
  • {% endblock breadcrumbs_self %} {% block content %}
    {% csrf_token %}
    Copy data pivot Select an existing data pivot and copy as a new data pivot. This includes all model-settings, and the selected dataset. You will be taken to a new view to create a new data pivot, but the form will be pre-populated using the values from the currently-selected data pivot.
    {% for field in form %}
    {{field.label_tag|add_class:"control-label"}}
    {{field}} {{field.help_text}}
    {{field.errors|add_class:"alert alert-error"}}
    {% endfor %}
    {# Submission area #}
    Cancel
    {% endblock content %}