{% extends "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)
{% if settings.ENABLE_XMLRPC %}

Sample patchwork client configuration for this project: .pwclientrc.

{% endif %} {% endblock %}