{% extends "registration/registration_base.html" %} {% load i18n %}{% load bootstrap %} {% block title %}{% trans "Registration closed" %}{% endblock %} {% block content %}
{% blocktrans %}Registration is currently only possible by contacting the admin ({{ SERVICE_CONTACT }}). {% endblocktrans %}
{% endblock %}