{% comment %} Metadata suitable for display in listings {% endcomment %} {% load jmbo_template_tags i18n %}
{% humanize_time_diff object.created _('ago') 'lower' %}
{% if object.comments_enabled %}
{% with object.comment_count as total %} ({{ total }} {% if total == 1 %}{% trans "comment" %}{% else %}{% trans "comments" %}{% endif %}) {% endwith %}
{% endif %} {% if object.description %}
{{ object.description|truncatewords:10 }}
{% endif %}