{% extends "MobileBundle::layout.html.twig" %} {% block body %}
{% for pack in packs %}
FAST TRACK

{{ pack.getTitle() }}

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