{% load i18n %} {% getMenu as menu %}
{% 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 %}
{%trans 'data tables'|upper%} {% for group in menu %} {% for item in group.1 %} {% if item.1.model and not item.1.excludeFromBulkOperations and not item.1.admin %} {{ group.0 }} - {{ item.0 }} {% endif %} {% endfor %} {% endfor %} {%trans 'admin tables'|upper%} {% for group in menu %} {% for item in group.1 %} {% if item.1.model and not item.1.excludeFromBulkOperations and item.1.admin %} {{ group.0 }} - {{ item.0 }} {% endif %} {% endfor %} {% endfor %}