{%extends "issue_base.html"%} {%block head%}{{form.media}}{%endblock%} {%block issue_body%} {%if issue.draft_count or has_draft_message%}
You have {%if issue.draft_count%}{{issue.draft_count}} draft comment{{issue.draft_count|pluralize}}{%endif%} {%if has_draft_message%}{%if issue.draft_count%}and {%endif%}a draft message{%endif%}. Drafts are not viewable by others; use Publish+Mail Comments ('m') to let others view them.
{%endif%} {%if issue.description%}

Description

{{issue.description|wordwrap:80|urlizetrunc:80}}
{%endif%} {%for patchset in patchsets%}

Patch Set {{forloop.counter}} {%if patchset.message%}: {{patchset.message}}{%endif%} #

{%if patchset.num_comments or patchset.n_drafts%}
Total comments: {{patchset.num_comments}} {%if patchset.n_drafts%} + {{patchset.n_drafts}} draft{{patchset.n_drafts|pluralize}} {%endif%}
{%endif%}
{%include "patchset.html"%} {%else%} style="display:none"> {%endif%}
{%if forloop.last%} {%endif%} {%endfor%} {%ifequal user issue.owner%} {%if not issue.local_base%}

Add Another Patch Set

{{form}}
You can also add a patch set to this issue using upload.py -i {{issue.key.id}}
{%endif%} {%endifequal%} {%if messages%}

Messages

{%if messages%}
Total messages: {{messages|length}}
{%endif%}
Expand All Messages | Collapse All Messages
{%for message in messages%}
{%nickname message.sender%}
{{message.text|truncatewords:15}}
{{message.date|timesince}} ago #{{forloop.counter}}
{%if message.issue_was_closed%} Message was sent while issue was closed. {%endif%}
{{message.text|wordwrap:80|urlizetrunc:80}}
{%if user%} Reply {%else%} Sign in to reply to this message. {%endif%}
{%endfor%}
Expand All Messages | Collapse All Messages
{%endif%} {%if user%}
{%endif%} {%endblock%}