{% extends "website/w_base.html" %} {% block content %} {% if with_shop_header %} {% include "shop/connect_header.html" %} {% elif COMPANY_LOGO %}
{{COMPANY_NAME}}
{% endif %}

{% if password_notice %}
{{password_notice}} {% endif %}

{% csrf_token %}

{{msg}}

{% if permanent_message %}
{{permanent_message}}
{% endif %}
{% endblock %}