{% extends "base.html" %} {% block title %} Login {% endblock %} {% block headeraddons %} {% endblock %} {% block content %}

Login

{% if user.is_authenticated %} You are already logged in !
Did you mean: logout ? {% else %} {% include 'form.html' with button_text='Login' %}
Oh well, I fogot my password ... {% endif %}
{% include 'pastebin/latest_geometries.html' %}
{% endblock %}