{% extends "catmaid/base.html" %} {% load common %} {% block title %}CATMAID - Create an account{% endblock %} {% block head %} {% endblock %} {% block content %}

CATMAID

Create new account

You can create a new CATMAID account on this page. Please fill out the form below.

{% csrf_token %} {{ form.as_table }}
{% if CONFIRM_TERMS %}

Terms and conditions

{{ CONFIRM_TERMS_TEXT | safe }}

{% endif %}
{% endblock %}