{% load humanize %} {% load wbc_extras %}
{% if comment.author_url %} {{ comment.author_name }} {% else %} {{ comment.author_name }} {% endif %}
vor {{ comment.created | timesince }}
{% autoescape off %}{{ comment.content | markdown }}{% endautoescape %}