{% extends 'user/base.html' %} {% block title %}{% translate "User registration" %}{% endblock %} {% block content %}
{% translate "If you have a registered account than" %} {% translate "login" %} {% translate "to site" %}.
{% include "user/block/registration_form.html"%} {% endblock %}