{%extends "issue_base.html"%} {%block body%}

{%block subtitle%}Issues{%endblock%}

{%if not issues%} {%else%} {%include "issue_heading.html"%} {%for issue in issues%} {%include "issue_row.html"%} {%endfor%} {%endif%}
(None)
{%endblock%}