{% load likes_inclusion_tags i18n jmbo_template_tags %}
{{ object.title }}
{% if object.comments_enabled %} {% jmbocache 3600 'object-header-comments' object.id object.comment_count %}
{% with object.comment_count as total %} ({{ total }} {% blocktrans %}comment{% endblocktrans %}{{ total|pluralize }}) {% endwith %}
{% endjmbocache %} {% endif %} {% comment %}Likes cannot be cached here because of complex rules{% endcomment %} {% if object.likes_enabled %} {% endif %}