{% if 'admin' in userRole %}
  • Groups
  • Users
  • My account
  • {% endif %} {% if 'student' in userRole%}
  • Play
  • My account
  • {% endif %} {% if 'teacher' in userRole%}
  • Manage lessons
  • My account
  • {% endif %} {% if userRole is empty %}
  • Game
  • Download
  • Login
  • {% else %}
  • Log out
  • {% endif %}