{%extends "base.html"%} {%block mainmenu%} Issues Repositories {%endblock%} {%block mainmenu2%} {%if user%} {%if uploadpy_hint%} Create Issue {%else%} Create Issue {%endif%} | My Issues | Recent Issues | Starred Issues {%else%} Recent 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%} |