{% extends "base.html" %} {% load person %} {% load static %} {% block title %}{{project.name}}{% endblock %} {% block patch_active %}active{% endblock %} {% block body %} {% if errors %}

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

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