{{ current_theme }}
    {% for theme in themes %} {% if theme == current_theme %}
  • {{ theme }} *
  • {% else %}
  • {{ theme }}
  • {% endif %} {% endfor %}
{{ current_user.username }}
  • {{_('Logout')}}
  • {% if security.changeable %}
  • {{_('Change Password')}}
  • {% endif %}
  • {% for lang in langs %} {% if lang.0 != current_lang %}
  • {{lang.1}}
  • {% endif %} {% endfor %}