{% extends "account/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block content %}

{% trans "Sign Up" %}

{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}

From the login page, you can also use your Github or Google account to login without creating a new profile here.

{% endblock %} {% block extra_js %} {% endblock %}