{% extends "registration/registration_base.html" %} {% load i18n %}{% load bootstrap %} {% load bootstrap %} {% block title %}{% trans "Register for an account" %}{% endblock %} {% block content %}

{% trans "No registration required for testing" %}

{% trans "You can easily test the service and see what you get." %}

{% trans "Just directly log in as:" %}

{% blocktrans %} Note: if that doesn't work, the service administrator did not set up the test account yet or discontinued offering it. In that case, you can still just register a new account.{% endblocktrans %}

{% blocktrans %}test account is only for testing{% endblocktrans %}

{% blocktrans %} Any data (hosts, domains, ...) entered using the test account might be removed at any time and without prior notice.{% endblocktrans %}

{% blocktrans %} So if you'ld like your stuff to stay, please register for a regular account after finishing your initial evaluation.{% endblocktrans %}

{% trans "Register new account" %}

{% blocktrans %} Username: should be related to your person or organisation (not: to the host(s) you want to register).
E-Mail address: must be a working one, we'll send you an activation E-Mail there.
Password: please use a sane one, we trust you.{% endblocktrans %}

{% csrf_token %} {{ form|bootstrap_horizontal }}
{% endblock %}