{% extends "registration/registration_base.html" %} {% load i18n %}{% load bootstrap %} {% block title %}{% trans "Registration closed" %}{% endblock %} {% block content %}

{% trans 'The account registration is closed.' %}

{% blocktrans %}Registration is currently only possible by contacting the admin ({{ SERVICE_CONTACT }}). {% endblocktrans %}

{% endblock %}