{% extends "../baseOffline.html" %} {% load static %} {% load project_extras %} {% block otherCSS %}{% endblock %} {% block title %} Forbidden {% endblock %} {% block content %}

This account has been blocked

Please contact us at {{ forbiddenEmail }} to get more information

{% include "dist/project/auth/authFooter.html" %}
{% endblock %} {% include "dist/project/import/importJS.html" %} {% block otherJS %}{% endblock %}