{% load threadedcommentstags %} {% load voting_tags %} {% auto_transform_markup comment as marked_up %}

Posted by {{ comment.user.username }}

on {{ comment.date_submitted|date }}.

{{ marked_up|linebreaks }}
{% if vote.is_upvote %} {% else %} {% endif %}

{{ score.score }}

{% if vote.is_downvote %} {% else %} {% endif %}
{% if vote.is_downvote %} Show Comment {% else %} Hide Comment {% endif %} Focus {% if user.is_authenticated %}Reply{% endif %}