{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ 'export_data'|_ }}

{{ 'export_data_intro'|_ }}

{{ ExpandedForm.date('start_date', first) }} {{ ExpandedForm.date('end_date', today) }}
{% if errors.has('exportFormat') %} {% endif %} {% for format in formats %}
{% endfor %}
{% if errors.has('accounts') %} {% endif %} {% for account in accounts %}
{% endfor %}
{{ ExpandedForm.checkbox('include_attachments','1', true) }} {{ ExpandedForm.checkbox('include_config','1', true, {helpText: 'include_config_help'|_}) }} {{ ExpandedForm.checkbox('include_old_uploads','1', false, {helpText: 'include_old_uploads_help'|_}) }}
{% endblock %} {% block scripts %} {% endblock %}