{% load discussiontags %}
{{ post.user.get_full_name }}
{% if search_term %} {{ post.body|urlize|linebreaks|highlight:search_term }} {% else %} {{ post.body|urlize|linebreaks }} {% endif %}
{% if post.attachment %}
{{ post.attachment_filename }}
{% endif %}