{%- if config.ACCOUNTS %} {%- if not current_user.is_authenticated %} Login {%- else %} {%- if config.USERPROFILES %} {{ current_user.email }} {{_('Logout')}} {%- endif %} {%- endif %} {%- endif %}