debian-django-import-export/import_export/templates/admin/import_export/change_list_export_item.html

7 lines
207 B
HTML

{% load i18n %}
{% load admin_urls %}
{% if has_export_permission %}
<li><a href="{% url opts|admin_urlname:'export' %}{{cl.get_query_string}}" class="export_link">{% trans "Export" %}</a></li>
{% endif %}