{% extends "registration/registration_base.html" %} {% load i18n %} {% block cscontent %} {% if user.is_authenticated %} {% else %}
{% trans "I'm new here. Create account" %}
{% trans "You are already logged in" %}
{% trans "Username" %} {{ form.username }}
{% trans "Password" %} {{ form.password }}