{% load i18n %} {% if object.description|striptags or object.pricing or object.url or object.get_place %}
{% trans "Pricing:" %} {{ object.pricing }}
{% endif %} {% if object.url %}{{ object.url|truncatechars:100 }}
{% endif %} {% if object.get_place %}{% trans "Place:" %} {{ object.get_place_label }}
{% endif %} {% if object.publication_datetime %}{% trans "Publication date:" %} {{ object.publication_datetime }}
{% endif %}{% trans "This event is overbooked." %}
{% trans "This event is full." %}