{% load likes_inclusion_tags i18n %}
{{ object.title }}
{% comment %} {% endcomment %} {% if object.comments_enabled %}
{% with object.comment_count as total %} ({{ total }} {% blocktrans %}comment{% endblocktrans %}{{ total|pluralize }}) {% endwith %}
{% endif %} {% if object.likes_enabled %} {% endif %}