{% load i18n creme_ctype creme_perms creme_query creme_widgets %} {% load blockjsondata jsonify from creme_core_tags %} {% if button.backend_choices %} {% with ctype=model|ctype_for_instance %} {% if user|has_perm_to_export:ctype %} {% translate 'Download' as label %}{% widget_icon name='document_csv' label=label size='listview-button' %}{{label}} {% blockjsondata %}{ "options": { "formats": {{button.backend_choices|jsonify|safe}} } }{% endblockjsondata %} {% else %} {% translate 'Download' as label %}{% widget_icon name='document_csv' label=label size='listview-button' %}{{label}} {% endif %} {% endwith %} {% endif %}