{% extends "index.html" %} {% block content %} {% for error in errors %}
{{ error }}
{% endfor %} {% if message %}{{ name }} did {{ ns.changes }} change{{ "s" if ns.changes > 1 else "" }} in {{ ns.changesets }} changeset{{ "s" if ns.changesets > 1 else "" }} {{ date_str }}:
{% for app, Change in apps.items() %}{{ debug_messages|join('\n') }}
{% endif %}
{% endblock %}