{% extends "trading/base.html" %} {% load bootstrap4 %} {% block title %} {% with title="Login" %} {{ block.super }} {% endwith %} {% endblock title %} {% block content %}

Log in

{% csrf_token %} {% bootstrap_messages %} {% bootstrap_form form %} {% buttons submit="Log in" %}{% endbuttons %} {% if next %} {% endif %}
{% endblock %}