{{ (i18n_prefix ~ '.choose_offer')|trans }}

    {% for offer in offers %}
  • {{ offer.name }}

    {{ offer.actualPrice|format_currency(offer.currency) }} / {{ (i18n_prefix ~ '.type.' ~ offer.type.value)|trans }}
  • {% endfor %}