Sign in to example.com

{% if registration_enabled %}

We'll create an account for you if you don't already have one

{% endif %} {% if fail_reason == "request_count_exceeded" %}

Too many requests. Please try again later.

{% endif %} {% if fail_reason == "registration_disabled" %}

Sorry, we are not accepting new registrations at this time.

{% endif %}
{% csrf_token %} {{ form }}