{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% block head_title %}{% trans "Account Pending Approval" %}{% endblock %} {% block body %}
{% blocktrans %}We have sent the administrators a notice to approve your account associated with {{ email }}. If the account is approved, you will receive a confirmation notice.{% endblocktrans %}
{% endblock %}