{% extends 'base_admin.html.twig' %} {% block title %}Taxi Partners{% endblock %} {% block body %}

Taxi Companies +

{% for base in bases %}

{{ base.city }} +

{# #} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% for partner_company in partner_companies %} {% if partner_company.partnerBase is null or base.city == partner_company.partnerBase.city %} {# #} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% endif %} {% endfor %}
CompanyBase# Tel Mobile Contact URL Vehicles Admin Drivers Prices OutsourcesTest WA
{{ partner_company.partner }} #} {# {% if partner_company.partnerBase is not null %}#} {# {{ partner_company.partnerBase.city }}#} {# {% else %}#} {# TBA#} {# {% endif %}#} {# {{ partner_company.partnerQualityRank }} {{ partner_company.partnerTel }} {% if partner_company.partnerWhatsApp == 0 and partner_company.partnerMobile is not empty %} {{ partner_company.partnerMobile }} {% endif %} {% if partner_company.partnerWhatsApp == 1 and partner_company.partnerMobile is not empty %} {{ partner_company.partnerMobile }} {% endif %} {{ partner_company.partnerContact }} {% if partner_company.partnerEmail is not empty %} {% endif %} {% if partner_company.partnerWebsite is not empty %} {% endif %} {# {% if partner_company. is not empty %}#} {% for partner_and_vehicle in partners_and_vehicles %} {% if partner_and_vehicle.partner.id == partner_company.id %} {{ partner_and_vehicle.vehicle.vehicleName }} {% endif %} {% endfor %} {# #} {# {% endif %}#} {% if partner_company.partnerAddress is not empty %} {% endif %} {% if partner_company.partnerBankIBAN is not empty %} {% endif %} Drivers Prices Dashboard {% if partner_company.partnerTel is not empty %} {% endif %} {% if partner_company.partnerMobile is not empty %} {% endif %}

{% endfor %} New {% endblock %} {% block datatable %} {% endblock datatable %}