{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Login" %}{% endblock %} {% block pagetitle %}{% trans "Login" %}{% endblock %} {% block content %}

{% trans "Login" %}
{% blocktrans %}You can login here to create your schedules. If you do not have a login, please go to the Signup page {% endblocktrans %}

{% csrf_token %} {{ form.as_table }}

{# Assumes you setup the password_reset view in your URLconf #}

{% trans "Lost password?" %}

{% endblock %}