{% load thumbnail %}

{{ forloop.counter|add:1 }}      

Re: {{reply.topic.subject}}

{{ reply.message }}

{% with reply as rtopic %} {% include 'dinette/attachement_frag.html' %} {% endwith %}
{% if request.user %}

{% if reply.posted_by == request.user or request.user in reply.topic.category.moderated_by.all %} Delete Edit {% endif %} Quick quote

{% endif %}