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