{% extends "base.html" %} {% block title %}{{ project.name }}{% endblock %} {% block heading %}{{ project.name }}{% endblock %} {% block body %} {% if project.commit_url %} {% else %} {% endif %}
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)
Source tree {% if project.source_tree %} {{project.source_tree}} {% else %} Not specified {% endif %}
Last commit seen{{project.last_seen_commit_ref}}{{project.last_seen_commit_ref}}
{% if settings.ENABLE_XMLRPC %}

Sample patchwork client configuration for this project: .pwclientrc.

{% endif %} {% endblock %}