{% extends "base.html" %} {% load i18n profile %} {% block header %} {% trans "Booktype Sign In" %} {% endblock %} {% block content %}
{% if request.user.is_authenticated %} {% else %}
{% include "account/form_register.html" %}
{% endif %}
{% url frontpage as frontpage_url%}

{% trans "Why do I need account ?" %}

{% trans "Your real name is compulsory for reasons of copyright attribution on books you create and contribute to." %}

{% url forgotpassword as forgotpassword_url%}

{% trans "I forgot my password. What now ?!" %}

{% blocktrans %}

Please request new one.

{% endblocktrans %}
{% endblock %}