{% extends 'base.html.twig' %} {% import 'macros.html.twig' as macros %} {% block title %} {{ company.designation }} | 6Xpos {% endblock %} {% block body %}
{{ include('navigation.html.twig') }} {{ include('ubereatmodal.html.twig') }} {{ include('ubereattipsmodal.html.twig') }} {{ include('ubereattipsmodal2.html.twig') }} {{ include('deliveroomodal.html.twig') }} {{ include('deliverootipsmodal.html.twig') }} {{ include('deliverootipsmodal2.html.twig') }} {{ macros.alertbox() }}
{% 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 %} {% else %}
logo stripe
{% endif %}

{% if company.is_stripes_account_created == false %}

commencer

{% else %}

voir

{% endif %}
{% endif %}
{% include 'baseroutes.html.twig' %} {% endblock %}