{% extends "base.html" %} {% block title %}All Pending Edits{% endblock %} {% block pageheader %}

Pending Edits for All Municipalities

{% endblock pageheader %} {% block body %} {% for project in pending_projects %} {% include "_moderated_project.html" with project=project %} {% endfor %} {% endblock body %}