3 {% load migdal_tags share %}
6 <div class="entry entry-short entry-{{ object.type }}">
7 <div class="entry-wrapped">
9 {% entry_begin object %}
11 <div style="clear: both;"></div>
16 {% if object.get_type.commentable %}
17 {% get_comment_count for object as comment_count %}
18 <a class="comments" href="{{ object.get_absolute_url }}#comment">
19 {% blocktrans count comment_count as c %}{{c}} comment{% plural %}{{c}} comments{% endblocktrans %}
23 {% if object.body.raw %}
24 <a class="read-more" href="{{ object.get_absolute_url }}">{% trans "read more" %}</a>
30 {% share object.get_absolute_url object.title %}
36 <div style="clear: both"></div>