{% extends "default.html" %} {% block title %} {{'SITE_NAME' | app_config}} - Contact {% endblock %} {% block content %} {% if request.values.get('error') or error %} {% endif %} {% if request.values.get('msg') or msg %} {% endif %}

Contact {{'SITE_NAME' | app_config}} Admins

{% if v and v.is_activated and not v.is_suspended %}

Use this form to contact {{'SITE_NAME' | app_config}} Admins.

{% elif v %}

Please verify your email address in order to ensure we can respond to your message if needed. Then, refresh this page.

{% else %}

In order to ensure that we can respond to your message, please first sign up or log in and make sure you have verified your email address. Then, refresh this page.

{% endif %}


If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2021 yet.

{% endblock %}