{% extends 'layouts/auth_base.html' %} {% load i18n static admin_modernize %} {% block title %} Login {% endblock title %} {% block content %}

Hi, Welcome Back

Enter your credentials to continue

Sign in with Email address
{% csrf_token %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %}

{% endblock content %} {% block extra_js %} {% endblock %}