• {{ 'Tag cloud'|trans }}
  • {{ 'Site map'|trans }}
  • {# TODO: add logic for basket link visibility #} {% if false %}
  • {{ 'Shopping basket'|trans }}
  • {% endif %} {% if app.security.token.authenticated %}
  • {{ 'My profile'|trans }}
  • {{ 'Logout'|trans }} ( {{ app.user }} )
  • {% else %} {# TODO: add check if user registration is enabled #} {% if true %}
  • {{ 'Register'|trans }}
  • {% endif %}
  • {{ 'Login'|trans }} {{ 'Login'|trans }}
    {{ 'Forgot your password?'|trans }}
  • {% endif %}