diff --git a/site/plugins/admin/views/templates/extends/templates/index.html b/site/plugins/admin/views/templates/extends/templates/index.html index ce70daee..c03188c0 100644 --- a/site/plugins/admin/views/templates/extends/templates/index.html +++ b/site/plugins/admin/views/templates/extends/templates/index.html @@ -2,14 +2,55 @@ {% block content %} {% if (templates_list|length > 0) or (partials_list|length > 0) %} - + + + + + + + + + {% if templates_list|length > 0 %} -1 + {% for template in templates_list %} + + + + + + {% endfor %} {% endif %} {% if partials_list|length > 0 %} -2 - {% endif %} + {% endif %} + +
{{ tr('admin_name') }}{{ tr('admin_type') }}
+ {{ template }} + {{ tr('admin_template') }} +
+ {{ tr('admin_edit') }} + + +
+ + + {{ tr('admin_delete') }} +
{% endif %} {% endblock %}