{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "Welcome, new user. You only need to give us a few details in order to finish the registration process." %}
{% include "ksp_login/parts/multiple_forms.html" %} {% endblock content %}