{% extends "patchwork/base.html" %} {% block title %}{{ project.name }}{% endblock %} {% block heading %}{{ project.name }}{% endblock %} {% block body %}
Name {{project.name}}
List address {{project.listemail}}
Maintainer{{maintainers|length|pluralize}} {% for maintainer in maintainers %} {{ maintainer.get_profile.name }} <{{maintainer.email}}>
{% endfor %}
Patch count {{n_patches}} (+ {{n_archived_patches}} archived)
{% endblock %}