{% extends "base.html" %} {% block content %}

Log In

{% if error %}
{{ error }} {% if unverified_user_id %}

Didn't receive the verification email?

Resend verification email to {{ unverified_email }}
{% endif %}
{% endif %} {% if message %}
{{ message }}
{% endif %}

Having trouble logging in? Make sure your browser accepts cookies.

Don't have an account?

Create an account
{% if oauth_providers and oauth_providers|length > 0 %}

Or sign in with

{% for provider in oauth_providers %} {% if provider.id == 'google' %} {% elif provider.id == 'facebook' %} {% elif provider.id == 'linkedin' %} {% elif provider.id == 'github' %} {% elif provider.id == 'netid' %}

Login with GMX, WEB.DE, or other email providers via netID

{% else %} Sign in with {{ provider.name }} {% endif %} {% endfor %}
{% endif %}
{% endblock %}