{% extends 'layouts/default.html' %} {% block content %}
{% if needs_switch %}
{% for site in sites %} {% if site.name != site_name %} {% endif %} {% endfor %}
{% endif %}

{{site_title}}

Site Summary

{% for s in sources %} {% endfor %}

Work in Progress

{% if new_pages %}

New pages:

{% endif %} {% if edited_pages %}

Edited pages:

{% endif %} {% if not new_pages and not edited_pages %}

No work in progress.

{% endif %} {% if misc_files %}

Miscellaneous new/edited files:

    {% for p in misc_files %}
  • {{p}}
  • {% endfor %}
{% endif %}
{% endblock %}