{% load i18n %} {% if booking.issue %} #{{ booking.issue.no }}: {{ booking.issue.title }}


{{ booking.issue.description|truncatewords:40 }} {% if booking.title %}

{{ booking.title }} {% endif %}

{% else %} {{ booking.title }}

{% endif %}
{% trans "Created" %}: {{ booking.created }}, {% trans "by" %} {{ booking.created_by }}
{% trans "Updated" %}: {{ booking.updated }}, {% trans "by" %} {{ booking.updated_by }}