Your (http) connection is unencrypted and thus insecure.
{% if WE_HAVE_SSL %}
Please use our secure https site.
{% endif %}
{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% block content %}
Here goes the content.
{% endblock %}
{% if not request.session.ipv4 %}
{% endif %}
{% if not request.session.ipv6 %}
{% endif %}
{% if not request.session.ipv4 or not request.session.ipv6 %}
{% endif %}