{%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%}

{%include "issue_star.html"%} {%if issue.edit_allowed and not issue.closed%} {%endif%} Issue {{issue.key.id}}: {{issue.subject}} {%if issue.closed %} (Closed) {%endif%}

{%block issue_actions%}
{%if issue.edit_allowed%} Edit Issue {%else%} Can't Edit {%endif%}
{%if user%} Publish+Mail Comments ('m') {%else%} Can't Publish+Mail {%endif%} {%if last_patchset and first_patch%}
Start Review {%endif%}
{%endblock%}
Created:
{{issue.created|timesince}} ago by {{issue.owner|show_user}}
Modified:
{{issue.modified|timesince}} ago
Reviewers:
{{issue.reviewers|show_users}}
CC:
{{issue.cc|nicknames}}
SVN Base:
{%firstof issue.base%}
Visibility:
{%if issue.private%} Private. Only viewable by reviewers and CCs. {% else %} Public. {%endif%}
{%block issue_body%}BODY GOES HERE{%endblock%}
{%endblock%} {%block popup%} {%if issue%} {%endif%} {%endblock%}