{% extends "_email/base_html.html" %} {% load i18n %} {% load url from future %} {% block content %} {{ super() }} <p {{ style_p|safe }}>{% trans %}Your account will remain inactive until Board Administrator accepts it. Depending on number of new registrations this may take few minutes or few days. Thanks for your patience!{% endtrans %}</p> {% endblock %}