{% extends 'layouts/auth_base.html' %} {% load static %} {% block content %}

Hello! let's get started

Sign in to continue.
{% csrf_token %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %} {% for field in form %}
{{field}}
{{ field.errors }} {% endfor %}
Forgot password?
Don't have an account? Create
{% endblock content %}