From: Guillaume Pellerin
{% trans "Categories" %} : + {% for category in categories %} + {{ category }} ({{ category.post_count }}){% if not forloop.last and categories|length > 1 %} | {% endif %} + {% endfor %} +
+ {% endif %} {% endif %} - {% endwith %} - {% blocktrans with sometime=blog_post.publish_date|timesince %}{{ sometime }} ago{% endblocktrans %} - -{% endeditable %} -{% endblock %} - -{% if settings.BLOG_USE_FEATURED_IMAGE and blog_post.featured_image %} -{% block blog_post_list_post_featured_image %} - -- {% trans "read more" %} - {% if blog_post.allow_comments %} - / - {% if settings.COMMENTS_DISQUS_SHORTNAME %} - - {% trans "Comments" %} - - {% else %} - - {% blocktrans count comments_count=blog_post.comments_count %}{{ comments_count }} comment{% plural %}{{ comments_count }} comments{% endblocktrans %} - - {% endif %} - {% endif %} -
+