<div class="row">
<div class="col-12 text-center">
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
<a href="{{ path('app_homepage', {'_switch_user': '_exit'}) }}">Exit impersonation</a>
{% endif %}
</div>