{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Account Inactive" %}{% endblock %} {% block content %}

{% trans "Account Inactive" %}

{% blocktrans %}Your registration is currently being reviewed by the WOCAT administrators. We will send you an email notification once it has been approved.{% endblocktrans %}

{% endblock %}