{% extends 'base.html' %} {% block title %} | Air Quality{% endblock %} {% block main %} {% include 'aq_header.html' %}

Statistics Export CSV

{{ total_locations }}

location{{ total_locations|pluralize }} added

{{ total_measurements }}

active measurement{{ total_measurements|pluralize }}

Manage projects {% if projects %} Add new project {% endif %}

    {% for project in projects %}
  • {{ project.project.name }}

    {% if project.status == 'inactive' %}Inactive{% endif %}

    Added by {{ project.creator.display_name }} {{ project.created|timesince }} ago

  • {% empty %}
  • We couldn't find any projects you are eligible to manage.

    You can add a new project if you want it to be used with the Air Quality app.

    Add a new project
  • {% endfor %}
{% endblock %}