{% macro show_topbar(user, show_admin, show_player) %}
Logout

|

Account settings

|

{% if show_admin %} Admin

|

{% endif %} {% if show_player %} Player

|

{% endif %}

{{user.name}}

{% endmacro %}