{% load i18n humanize djinn_contenttypes auth_tags %}
  • {{ object.title|abbreviate:50 }} {% if object.location %}
    , {{ object.location }}
    {% endif %}

    {{ object.text|safe|abbreviate:100 }}

    {% ifpermission object request.user contenttypes.change_contenttype %} {% endifpermission %}