{%- if config.ACCOUNTS %} {%- if not current_user.is_authenticated %} {%- if config.SECURITY_REGISTERABLE %}
{{ _ ("Sign up") }}
{%- endif %}
{{ _ ("Log in") }}
{%- else %} {%- if config.USERPROFILES %}
{{ current_user.email }}
{{ _("Sign out") }}
{%- endif %} {%- endif %} {%- endif %}