{% if org_list %}
{% else %}
{{ _('Aggregation') }}
{{ _('The organization does not exist.') }}
{% endif %}{% extends "page.html" %} {% block styles %} {{ super() }} {% asset 'feedback/feedback-admin-css' %} {% endblock %} {% block breadcrumb_content %} {{ super() }}
{{ _('The organization does not exist.') }}
{% endif %}
{% trans %}
A screen where users can download aggregated feedback data on organizational resources in CSV format.
{% endtrans %}
{% trans %}
The exported CSV file is in UTF-8 with BOM format, intended to be opened in Microsoft Excel. If you are using an application other than Excel, please convert the format as needed.
{% endtrans %}