{% extends "account/base.html" %} {% load i18n crispy_forms_tags %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block help_modal_text %}
Create a user name and password to start using the system. You can also click on the practice button to use the practice account.
{% endblock %} {% block main %} {% block inner %}{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}
{% endblock %} {% endblock %}