{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "Waiting list" %}{% endblock %} {% block body %}

{% trans "Thanks for your interest" %}

{% trans "You have been added to the waiting list." %}

{% endblock %}