{% extends 'base.html' %} {% block navigation %} {% include 'navigation.html' with register_tab='True' %} {% endblock %} {% block content %}

Register new account

{% include 'forms/errors-list.html' %}
{% csrf_token %}
{% endblock %}