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

{{ login_title }}

{% csrf_token %}
Username is required!
Password is required!
{% if form.errors %} {% endif %} {% if next %} {% if user.is_authenticated %} {% else %} {% endif %} {% endif %}
{% endblock content %} {% block scripts %} {% endblock scripts %}