{% extends '@EasyAdmin/page/content.html.twig' %} {% block content_title %}{{ 'ea.boe.Dashboard'|trans }}{% endblock %} {% block main %} {% set isGrantedPost = is_granted('POST_LIST') %} {% set isGrantedJobOffer = is_granted('JOB_OFFER_LIST') %} {% set isGrantedRealEstate = is_granted('REAL_ESTATE_LIST') %} {% set isBusiness = app.user.business is defined and app.user.business %} {% set isUsers = is_granted('ROLE_PRO_SUPPORT') or (app.user.business is defined and app.user.business) %} {% if isGrantedPost or isGrantedJobOffer or isGrantedRealEstate %}