{% if shop is null or shop.webPath == "" %}
{% else %}
{% endif %}
{% if not is_granted('ROLE_ADMIN') %}
{% for company in companies %}
{% if loop.index > 1 %}
{{ company.name }}
{% else %}
{{ company.name }}
{% endif %}
{% for shop in company.shops %}
{% for roleRight in roleRights %}
{% if shop.typeStatus is not null %}
{% if roleRight.getShop.getId == shop.id and shop.typeStatus.getId == 1 %}