{% extends 'layout.html' %} {% block title %}Login{%endblock%} {% block title_html %}

{{request.settings.SKU_NAME}} Login

{% endblock %} {% block content %} {% if not request.scheme == 'https' %}

You are currently viewing the unencrypted version of this site, this is dangerous, as you will be transmitting your credentials in the clear over the network.

Please consider using the SSL-encrypted version of the site.

Note: the site uses a self-signed certificate, so your browser should ask you to confirm that you wish to connect.

{% endif %}
{% include 'formfields.html' %}
{% endblock %} {% block page_scripts %} {% endblock %} {% block page_styles %} {% endblock %}