{% extends 'base_admin.html.twig' %} {% block title %}Taxi Partners{% endblock %} {% block body %}
Company | {#Base | #}# | Tel | Mobile | Contact | URL | Vehicles | Admin | Drivers | Prices | Outsources | {% if is_granted('ROLE_ADMIN') %}Test WA | {% endif %}|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ 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 is_granted('ROLE_ADMIN') %}{% if partner_company.partnerTel is not empty %} {% endif %} {% if partner_company.partnerMobile is not empty %} {% endif %} | {% endif %}