{% extends 'djangofloor/bootstrap3/base.html' %} {% load bootstrap3 i18n %} {% block content %}
{% if creation_form %}

{% trans 'Create a new account' %}

{% csrf_token %} {% bootstrap_form creation_form %}
{% endif %}

{% trans 'Login to your account' %}

{% csrf_token %} {% bootstrap_form authentication_form %}

{% trans 'Forgot your password?' %}

{% endblock %}