{% if not data.dedicated or data.user.is_authenticated %} Menu Home {% if not user.is_authenticated %} Register {% endif %} {% if user.is_authenticated %} Account Containers Computing Tasks Files {% else %} {% csrf_token %} {% if OPENID %} {% endif %} Forgot password? Just leave it empty to get a login link by email. {% endif %} {% if OPENID_ENABLED %} {% if not user.is_authenticated %} Login with OpenID Conn. {% endif %} {% endif %} {% endif %}