{% if is_granted('IS_AUTHENTICATED_FULLY') %}
{#
Show secure/user and secure/admin links depending on user role. ROLE_ADMIN inherits from ROLE_USER (see
role_hierarchy in security.yml, so the secure_user link is shown for all logged in users.
#}
{% if is_granted('ROLE_USER') %}