{% extends 'core/layout.html' %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% load string_utils %} {% block title %}{% translate "create your account"|capfirst %}{% endblock title %} {% block breadcrumb %} {% include 'common/include/breadcrumb.html' with breadcrumbs='register' %} {% endblock breadcrumb %} {% block body_content %}

{% translate "start your adventure!"|capfirstletter %}


{% translate "take the first step."|capfirst %} {% translate "create your account."|capfirst %}
{% translate "your world awaits!"|capfirstletter %}

{% crispy form %}
{% endblock body_content %}