tonehaus
    {% if app.user %}
  • Create Album
  • {% endif %}
{% if app.user %}
{% set avatar = app.user.profileImagePath %}
    {% if is_granted('ROLE_MODERATOR') %}
  • Site
  • Dashboard
  • User Management
  • {% if is_granted('ROLE_ADMIN') %}
  • Settings
  • {% endif %}

  • {% endif %}
  • User
  • Dashboard
  • Profile
  • Settings

  • Logout
{% else %} {% endif %}