{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}List all Templates{% endblock %} {% block box_body %}
{% for schema_viewer_template in data.schema_viewer_template_list %} {% cycle 'even' '' as rowcolors silent %} {% empty %} {% endfor %}
Template Name Is visible Is default
{{ schema_viewer_template.template.display_name }}
No template registered.
{% endblock %} {% block box_footer %} {% endblock %}