{{extend 'layout.html'}}

{{=project.name}}

{{=DIV(A('Back to issues',_href=URL('issues',args=project.id),_class="button"),_style="text-align:right")}}

{{=items[-1].summary}} [status={{=items[-1].status}}]

{{=", ".join(items[-1].labels or [])}} {{for k,item in enumerate(items):}} {{if item.attachment:}} {{pass}} {{pass}}
{{if k==0:}}Reported by{{else:}}Comment by{{pass}} {{=item.author}}, {{=item.created_on}} [status={{=item.status}}] {{=", ".join(item.labels or [])}}
{{=MARKMIN(item.description,extra=extra)}}
Attachment {{=A('download',_href=URL('download',args=item.attachment))}}

New Comment

You can use the markmin syntax {{=form}}