{% load i18n %} {% if object.description or object.pricing or object.url %}
{{ object.description }}
{% endif %} {% if object.pricing %}{% trans "Pricing:" %} {{ object.pricing }}
{% endif %} {% if object.url %}{{ object.url|truncatechars:100 }}{% endif %}
{% trans "This event is overbooked." %}