{% extends 'speeches/base.html' %} {% load i18n %} {% block content %}

{% trans "Log in" %}

{% include "speeches/form.html" with type="login" submit="Log in" %}
{% endblock %}