{% if "Uber Eats" in company.settings or "Deliveroo" in company.settings %}
{% if "Uber Eats" in company.settings %}Uber eat {% endif %}
{% if "Uber Eats" in company.settings and "Deliveroo" in company.settings %}& {% endif %}
{% if "Deliveroo" in company.settings %}Deliveroo{% endif %}
{{ company.designation }}
{% include 'components/delivery/deliverycards.html.twig' %}
{% endif %}
{% if "Click&Collect" in company.settings %}
Click&collect
{{ company.designation }}
{% if company.is_stripes_account_created == false %}
Ouverture de compte Stripe
(cette démarche à pour but de définir la brique de paiement du Click&collect)
{% else %}
{% endif %}
{% if company.is_stripes_account_created == false %}
{% else %}
{% endif %}
{% endif %}