{{ post.headline }}
{{ post.full_body|safe }}
{% get_public_free_comment_list for blog.post post.id as comment_list %}
{% blocktrans count comment_list|length as counter %}1 Comment{% plural %}{{ counter }} Comments{% endblocktrans %}
Comments
{% for comment in comment_list %}{% blocktrans %}{{ name }} commented, on {{ cdate }} at {{ ctime }}{% endblocktrans %}:
{% endwith %} {% endwith %} {% endwith %} {# {{ comment.comment|escape|urlizetrunc:40|linebreaks }} #} {{ comment.comment|apply_markup:"restructuredtext"|smartypants }}