{% comment %} todo: This template must be backported to jmbo itself. {% endcomment %} {% load likes_inclusion_tags i18n %}
{{ object.title }}
{% if object.comments_enabled %}
{% with object.comment_count as total %} ({{ total }} {% if total == 1 %}{% trans "comment" %}{% else %}{% trans "comments" %}{% endif %}) {% endwith %}
{% endif %} {% if object.likes_enabled %} {% endif %}