{% load discussiontags %} {{ post.user.get_full_name }} {{ post.time|date:"d/m/Y" }} {% if search_term %} {{ post.body|urlize|linebreaks|highlight:search_term }} {% else %} {{ post.body|urlize|linebreaks }} {% endif %} {% if post.attachment %}