{% set r = request.endpoint %} {% if current_user.is_authenticated %} {% else %} {% if config['OPEN_SIGNUP'] %} {% endif %} {% endif %} {% if current_user.is_admin %} {% endif %} {% if current_user.is_authenticated %}
{% endif %}