diff --git a/site/plugins/admin/views/templates/extends/templates/index.html b/site/plugins/admin/views/templates/extends/templates/index.html index ea4164ae..7cf25f48 100644 --- a/site/plugins/admin/views/templates/extends/templates/index.html +++ b/site/plugins/admin/views/templates/extends/templates/index.html @@ -50,7 +50,41 @@ {% endif %} {% if partials_list|length > 0 %} - + {% for id in partials_list %} + + + {{ id }} + + {{ tr('admin_partial') }} + +
+ {{ tr('admin_edit') }} + + +
+ + + {{ tr('admin_delete') }} + + + {% endfor %} {% endif %}