templates/core/footer-partial-exitimpersonation.html.twig line 1

Open in your IDE?
  1.         <div class="row">
  2.                 <div class="col-12 text-center">
  3.                         {% if is_granted('ROLE_PREVIOUS_ADMIN') %}
  4.                             <a href="{{ path('app_homepage', {'_switch_user': '_exit'}) }}">Exit impersonation</a>
  5.                         {% endif %}
  6.                 </div>
  7.         </div>