{% if all.description|striptags|length > 100 %}
{{all.description|striptags|slice(0, 100) ~ '...' }}
{% else %}{{all.description|raw}}
{% endif %}{% if (all.id == 8 ) %} {% elseif (all.id == 12 ) %} {% elseif (all.id == 13 ) %} {% elseif (all.id == 14 ) %} {% endif %} {% if (all.id == 8 ) %}
{% if app.request.locale == 'en' and all.descriptionEn %}{{ all.descriptionEn|raw }}{% else %}{{ all.description|raw }}{% endif %}
{{all.description|striptags|slice(0, 100) ~ '...' }}
{% else %}{{all.description|raw}}
{% endif %}