{% extends "account/base.html" %} {% load i18n staticfiles bootstrap3 %} {% block page_title %}{{ SITE_DESC }} – {% trans "Signup" %}{% endblock %} {% block content %}

{% trans "Create an account" %}

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

{% include "_popup_terms_of_service.html" %} {% endblock content %} {% block include_js %} {% endblock include_js %}