{% load static %}

Select {{ data.object_name|title }}

Select a {{ data.object_name }} from the following table. It will automatically load the appropriate form and display it on the next page.

Templates

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

No template uploaded yet.

{% endif %}