{% extends '@EasyAdmin/default/list.html.twig' %} {% block title_entity %} {% if app.session.get('providerView') %} {% set provider = app.session.get('providerView') %}
{% if provider.image is defined %} {% if not provider.image is null %} {% else %} {% endif %} {% else %} {% endif %}
{% if provider.companyName is defined %} {{provider.companyName}} {% else %} {{provider.username}} {% endif %}
{% if provider.email is defined %} {{provider.email}} {% endif %}
{% else %} {{ parent() }} {% endif %} {% endblock %} {% block actions_tabs %} {% if not is_granted('ROLE_CLIENT') and ( is_granted('ROLE_OPERATION') or is_granted('ROLE_SELLER')) %} {% endif %} {{ parent() }} {% endblock actions_tabs %} {% block buttons_top_table %}
{% endblock buttons_top_table %}