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

{%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}}
{%if issue.cc%}
CC:
{%nicknames issue.cc%}
{%endif%} {%if issue.base%}
Base URL:
{{issue.base}}
{%endif%}
Visibility:
{%if issue.private%} Private. Only viewable by reviewers and CCs. {% else %} Public. {%endif%}
{%if issue.repo_guid%} {%endif%}
{%block issue_body%}BODY GOES HERE{%endblock%}
{%endblock%} {%block popup%} {%if issue%} {%endif%} {%endblock%}