{% load django_listing i18n %} {% get_uniq_id as uniq_id %} {% listing_has_permission_for_action listing "export" as has_export_perm %} {% if has_export_perm %}
{% csrf_token %} {% gethiddens_listing listing without=item.select_name %} {% if item.label %} {% endif %}
{% if item.label %}
{{ item.label }}
{% endif %} {% if item.has_submit_button %} {% endif %}
{% endif %}