{%extends "issue_base.html"%} {%block title1%}Starred Issues -{%endblock%} {%block body%}

Starred Issues

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