{{ (ticket.description[:160] ~ '...') if ticket.description and ticket.description|length > 160 else (ticket.description or t('no_description')) }}
{{ ltext('Archived tickets that were completed or cancelled. / التذاكر المؤرشفة التي تم إنهاؤها أو إلغاؤها.') }}
{{ (ticket.description[:160] ~ '...') if ticket.description and ticket.description|length > 160 else (ticket.description or t('no_description')) }}