{%extends "base.html"%} {%block mainmenu%} Issues Repositories Search {%endblock%} {%block mainmenu2%} {%if user%} {%if uploadpy_hint%} Create Issue {%else%} Create Issue {%endif%} My Issues | Starred Open | Closed | All {%else%} Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments {%endif%} {%endblock%} {%block body%}
{%block issue_actions%}
{%if issue.edit_allowed%}
Edit Issue
{%else%}
Can't Edit
{%endif%}
{%endblock%}
{%if user%} Publish+Mail Comments ('m') {%else%} Can't Publish+Mail {%endif%} {%if last_patchset and first_patch%} Start Review {%endif%} |
{%block issue_body%}BODY GOES HERE{%endblock%} |