{% extends "base.html" %} {% load person %} {% block title %}{{project.name}}{% endblock %} {% block heading %}{{project.name}}{% endblock %} {% block body %}

Incoming patches

{% if errors %}

The following error{{ errors|length|pluralize:" was,s were" }} encountered while updating patches:

{% endif %} {% include "patchwork/patch-list.html" %} {% endblock %}