{% extends 'layout.html' %} {% load i18n %} {% block title %}{% trans "Create an Account" %}{% endblock %} {% block content %}

{% trans "Create an Account" %}

{% if valid %}
{% include 'snippets/register_form.html' %}
{% else %}

{% trans "Permission Denied" %}

{% trans "Sorry! This invite code is no longer valid." %}

{% endif %}
{% include 'snippets/about.html' %}
{% endblock %}