{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %} XSLT Exporters {% endblock %} {% block box_tools %}
{% endblock %} {% block box_body %}Exporter Name | Associated XSLT | Associated Templates | Actions |
---|---|---|---|
{{ exporter.name }} | {{ exporter.xsl_transformation.name }} | {{ exporter.get_templates_to_string }} | {% block box_actions %} {% url 'admin:core_exporters_app_exporters_edit' exporter.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} Templates mapping {% endblock %} |
No XSLT exporters registered. |