{% extends 'base_site.html' %} {% load i18n %} {% load common_text %} {% load static %} {% load widget_tweaks %} {% block title %} {% trans "Create Report" %} | {{ site_name }} {% endblock %} {% block scripts %} {% block export_scripts %} {% endblock %} {% endblock %} {% block style %} {% block export_style %} {% endblock %} {% endblock %} {% block content %} {{ filter_form.non_field_errors }}

{% trans "Create Report" %}

{% blocktrans trimmed%} The reports allow us to export and disaggregate aid data reported to {{ request.site }}. {% endblocktrans %}


{% csrf_token %}
{{ filter_form.report_type| add_class:"form-control drop-caret"}}
{{ filter_form.development_partner| add_class:"form-control drop-caret" }} {{ filter_form.development_partner.errors }}

{% trans 'Disaggregate by development partner.' %}

{{ filter_form.sector_working_group| add_class:"form-control drop-caret" }} {{ filter_form.sector_working_group.errors }}

{% blocktrans with object='non_iati_sector_object'|common_text %}Disaggregate by {{object}}{% endblocktrans %}

{{ filter_form.sector| add_class:"form-control drop-caret" }} {{ filter_form.sector.errors }}

{% trans 'Disaggregate by sector.' %}

{{ filter_form.state| add_class:"form-control drop-caret" }} {{ filter_form.state.errors }}

{% trans 'Disaggregate by location.' %}

{{ filter_form.activity_status }}
{{ filter_form.finance_type_category }}
{{ filter_form.aid_type_category }}
{{ filter_form.data_quality_type| add_class:"form-control drop-caret" }}
{{ filter_form.missing_dates }}
{{ filter_form.missing_dates.errors }}

{% blocktrans %} Example: select "No Actual Start Date" and "No Actual End Date" to get all activities that have either no actual start date or no actual end date. {% endblocktrans %}







{% endblock content %} {% block local_scripts %} {% endblock %}