{% extends 'base_site.html' %} {% load i18n %} {% load static %} {% load tag_library %} {% load widget_tweaks %} {% block title %} {{ page_title }} | {{ site_name }} {% endblock %} {% block scripts %} {% endblock %} {% block style %} {% if for_render %} {% endif %} {% block dashboard_style %} {% endblock %} {% endblock %} {% block nav_right_dropdown %}
  • {% trans "Start tutorial" %}
  • {% endblock %} {% block content %}
    {% trans 'Dashboard Filter' %}
    {% trans 'Revert to default filters' %}
    {% trans 'Clear' %} {{ filter_form.finance_type_category }}
    {{ filter_form.finance_type_category.errors }}
    {% trans 'Clear' %} {{ filter_form.aid_type_category }}
    {{ filter_form.aid_type_category.errors }}
    {% trans 'Clear' %} {{ filter_form.activity_status }}
    {{ filter_form.activity_status.errors }}
    {% if by != "location" %}
    {{ filter_form.state| add_class:"form-control drop-caret" }} {{ filter_form.state.errors }}
    {% endif %} {% if by != "sector" %}
    {{ filter_form.sector| add_class:"form-control drop-caret" }}
    {{ filter_form.sector.errors }}
    {% endif %} {% if by != "ministry" %}
    {{ filter_form.ministry| add_class:"form-control drop-caret" }} {{ filter_form.ministry.errors }}
    {% endif %} {% if by != "donor" %}
    {{ filter_form.donor| add_class:"form-control drop-caret" }} {{ filter_form.donor.errors }}
    {% endif %}

    {% comment %}
    {% endcomment %}
    {# Removing the dash-header class will affect the intro tour - see welcome.js #}
    {% block nav_pulldown %} {% endblock %}
    {% comment %}
    {% endcomment %}
    {% if not for_render %} {% trans "Clear current date filters, and sorts" %} {% endif %}
    {% block local_content %} {% endblock %} {# Include an endless-paginated list of activities #} {% include "dashboard/activities_list.html" %}
    {% block local_scripts %} {% endblock %} {% endblock %} {% block footer %} {% include "footer.html" %} {% endblock %}