{% load i18n thumbnail cms_tags %}

{{ post.title }}

{% if not TRUNCWORDS_COUNT %} {% render_model post "abstract" %} {% else %} {% render_model post "abstract" "" "" 'truncatewords_html:TRUNCWORDS_COUNT' %} {% endif %}

Posted {% if post.author %} by {% if post.author.get_full_name %} {{ post.author.get_full_name }} {% else %} {{ post.author }} {% endif %} {% endif %} on {{ post.date_published|date:"DATE_FORMAT" }}