{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}XSLT list{% endblock %} {% block box_tools %}
{% endblock %} {% block box_body %}Name | Actions |
---|---|
{{ elt.name }} | {% url 'admin:core_main_app_edit_xslt' elt.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% url 'admin:core_main_app_delete_xslt' elt.id as delete_url %} {% include 'core_main_app/common/buttons/delete.html' %} |
There are currently no XSLT registered. Please upload a new one. |