FAST TRACK
{{ pack.getTitle() }}
{% set description = pack.getDescription()|split('/') %}
{% if(app.request.getLocale()=='fr') %}
{{ description[1] }}.
{% else %}
{{ description[0] }}.
{% endif %}