{% if all.description|length > 480 %}
{{all.description|slice(0, 480) ~ '...' }}
{% else %}{{all.description}}
{% endif %}{{all.description|slice(0, 480) ~ '...' }}
{% else %}{{all.description}}
{% endif %}