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