Stunning

{% if app.user and is_granted('ROLE_ADMIN') %} {% endif %}
{% if app.user %}
{{ app.user.username }} Profile picture of {{ app.user.username }}
{% else %}
Login
{% endif %}