Your (http) connection is unencrypted and thus insecure.
{% if WE_HAVE_SSL %}
Please use our secure https site.
{% endif %}
{% if COOKIE_SECURE %}
At least some of the required cookies will only work on the secure https site,
expect malfunctioning on the http site.
{% endif %}
{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% block content %}
Here goes the content.
{% endblock %}
{% if not request.session.ipv4 or not request.session.ipv6 %}
{% endif %}