{{ (ticket.description[:160] ~ '...') if ticket.description and ticket.description|length > 160 else (ticket.description or t('no_description')) }}
{{ t('ticket_filters_title') }}
{{ (ticket.description[:160] ~ '...') if ticket.description and ticket.description|length > 160 else (ticket.description or t('no_description')) }}