{% extends "withaside.html" %} {% load i18n %} {% load comments %} {% load threaded_comments %} {% block title %}{{ object.title }}{% endblock %} {% block main %}

{{ object.title }}

{{ object.user }} {{ object.body_html|safe }} {% get_comment_count for object as comment_count %}

{% blocktrans count comments=comment_count %} {{ comment_count }} comment {% plural %} {{ comment_count }} comments {% endblocktrans %}

{% render_comment_tree for object %} {% render_comment_form for object %} {% endblock main %} {% block sidebar %} {% load blog_tags %} {% latest_entries 5 %} {% include "samklang_blog/widgets/latest.html" with object_list=latest_entries %} {% endblock sidebar %}