{% endif %}
{# Using IS_AUTHENTICATED_REMEMBERED to check if user is logged in as he can come back from another session, with "remember me" token. #}
{# IS_AUTHENTICATED_FULLY inherits from IS_AUTHENTICATED_REMEMBERED, so a fully authenticated user will also have this role. #}
{% if is_granted( 'IS_AUTHENTICATED_REMEMBERED' ) %}