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