{%- if config.ACCOUNTS %} {%- if not current_user.is_authenticated %} {%- if config.SECURITY_REGISTERABLE %}
{{_ ("Sign up")}}
{%- endif %}
{{_ ("Log in")}}
{%- else %} {%- if config.USERPROFILES %}
{# Mobile/Tablet Account menu #}
{{_('Sign out')}}
{%- endif %} {%- endif %} {%- endif %}