{# The copy-profile page's body — crate::pages::admin::table_definition::ui::CopyFragment. #} {% include "pages/admin/table_definition/feedback.html" %}

Copy {{ page.selection.profile }} into a new profile

Copies structure — tables, links and scripts — and no rows. Leave every table unticked to copy the whole profile.

{% if !page.copy_candidates().is_empty() %}
{% for table in page.copy_candidates() %} {% endfor %}
{% endif %}