{% 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) | |
Source tree | {% if project.source_tree %} {{project.source_tree}} {% else %} Not specified {% endif %} | |
Last commit seen | {% if project.commit_url %}{{project.last_seen_commit_ref}} | {% else %}{{project.last_seen_commit_ref}} | {% endif %}
Sample patchwork client configuration for this project: .pwclientrc.
{% endif %} {% endblock %}