{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}List all template configurations{% endblock %} {% block box_tools %}
Template Name | Title | Description | Actions |
---|---|---|---|
{{ es_template.template.display_name }} | {{ es_template.title_path }} |
|
{% block box_actions %} {% url 'core-admin:core_elasticsearch_app_templates_edit' es_template.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% url 'core-admin:core_elasticsearch_app_templates_delete' es_template.id as delete_url %} {% include 'core_main_app/common/buttons/delete.html' %} {% endblock %} |
There are currently no template configured. |