6 <div class="entry entry-short entry-{{ object.type }}">
7 <div class="entry-wrapped">
9 {% entry_begin object %}
13 {% if object.get_type.commentable %}
14 {% get_comment_count for object as comment_count %}
15 <a class="comments" href="{{ object.get_absolute_url }}#comment">
16 {% blocktrans count comment_count as c %}{{c}} comment{% plural %}{{c}} comments{% endblocktrans %}
20 {% if object.body.raw %}
21 <a class="read-more" href="{{ object.get_absolute_url }}">{% trans "read more" %}</a>
31 <div style="clear: both"></div>