{% extends "layout.html" %} {% block title %}{{ project.title }} — {% endblock %} {% block header %} {% endblock %} {% block content %}

{{ project.title }}

{{ desc | safe }}
{% if project.url %}

Additional info →

{% endif %}

Browse points (on a map, as a table)

{% if project.can_validate %}

Validate the import

{% endif %} {% if admin %}

Edit, Download Audit, Audit for Source

{% endif %}
{% if has_skipped %}

Put skipped items back on your review list

{% endif %} {% if regions %} Filter by region: {% endif %}

Return

{% endblock %}