{% extends "_map_inc.html" %} {% block title %}{{ municipality.name }} Pending Edits{% endblock %} {% block pageheader %}

{% if municipality.name %} Pending Edits for {{ municipality.name }} {% else %} {{ municipality_name }} is not a municipality in our database. Please try another municipality. {% endif %}

{% endblock pageheader %} {% block body %} {% if pending_projects%} {% for project in pending_projects %} {% if project == pending_projects.0 %} {% include "_map_preview.html" with project=project %} {% endif %} {% include "_moderated_project.html" with project=project %} {% endfor %} {% else %}

There are presently no pending edits for {{ municipality.name }}. But thank you for checking in!

We will make sure to email you when users propose changes.

{% endif %} {% endblock body %} {% block javascript %} {{ block.super }} {% endblock %}