{% load staticfiles %} {% load i18n %}
Select Template
Select a template from the following table. Once you make your selection, start a new document or open an existing {% trans "form_label" %} or start from an uploaded document. It will automatically load the appropriate {% trans "form_label" %} and display it on the next page.

Templates

{% if data.templates_version_manager or data.userTemplates %} {% include 'core_main_app/user/template/list_header.html' with object_type='Template' %} {% include 'core_curate_app/user/list/list.html' with object_list=data.templates_version_manager owner='Global' object_type='Template' %} {% include 'core_curate_app/user/list/list.html' with object_list=data.userTemplates owner=request.user object_type='Template' %}
{% else %}

No template uploaded yet.

{% endif %}
{% include 'core_curate_app/user/curate_full_start.html' %}