themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Menu/_security.html.twig line 1

Open in your IDE?
  1.     {% if is_granted('ROLE_USER') %}
  2.         <li class="">
  3.             <a class="compte-link link-other" href="{{ path('sylius_shop_account_dashboard') }}" title="{{ app.user.customer.fullName }}" data-toggle="tooltip"><span>{{ app.user.customer.fullName }}</span></a>
  4.         </li>
  5.         
  6.     {% else %}
  7.         <li>
  8.             <a class="compte-link link-other" href="{{ path('sylius_shop_login') }}" title="{{ 'app.header.login'|trans }}" data-toggle="tooltip"><span>{{ 'app.header.login'|trans }}</span></a>
  9.         </li>
  10.     {% endif %}