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

Sign up

{% if user.is_authenticated %} You are alerady logged in, why in the world would you want to sign up ? {% else %} {% include 'form.html' with button_text='sign up' %} {% endif %}
{% include 'pastebin/latest_geometries.html' %}
{% endblock %}