{%extends "base.html"%} {%load commitfest %} {%block contents%}
{%for p in patches %} {%with p.patchoncommitfest_set.all as cfs %} {%endwith%} {%endfor%}
Patch Status Author
{%with cfs|first as firstcf%}{{p}}{%endwith%} {%for c in cfs %}
{{c.commitfest}}: {{c.statusstring}}
{%endfor%}
{{p.authors_string|default:''}}
{%endblock%}