{% load i18n %} {% getMenu as menu %}
{% csrf_token %}

{% blocktrans %}Download all input data in a single spreadsheet.
Optionally, you can make the data anonymous during the export to hide sensitive company data.{% endblocktrans %}  

{% getMenu as menu %}


{% for group in menu %} {% for item in group.1 %} {% if item.1.model and not item.1.excludeFromBulkOperations and not item.1.admin %}
{% endif %} {% endfor %} {% endfor %}
{% for group in menu %} {% for item in group.1 %} {% if item.1.model and not item.1.excludeFromBulkOperations and item.1.admin %}
{% endif %} {% endfor %} {% endfor %}