{%for c in comments%}
{%if c.draft%}(Draft){%else%}{%nickname c.author%}{%endif%} {%if c.confidence_text%} (confidence {{c.confidence_text}}){%endif%} {{c.date|date:"Y/m/d H:i:s"}} {{c.shorttext}}
{%for bucket in c.buckets%} {%if bucket.quoted%}
Show quoted text
{%endif%}
{{bucket.text|wordwrap:"80"|escape|urlizetrunc:80}}
{%endfor%} {%if c.draft%} Edit {%else%} {%if user%} Reply {%if c.backend%}Please fix {%else%}Done{%endif%} {%ifequal c.backend "bugbot"%}   » Suppress{%endifequal%} {%endif%} {%endif%}
{%endfor%}