{% extends 'base.html' %} {% block header %} {% block title %}Register as a New User{% endblock %} {% endblock %} {% block content %}
{% if not invited %}

To use this website, you need an invitation code. An invitation code should have been sent to you by email.

{% else %}

Welcome to the PICSL Histology Annotation System. Please provide the information below to register as a new user

{% endif %}
{% endblock %}