{% load static sekizai_tags sass_tags %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "django.shop.auth" %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "ngMessages" %} {% if customer.is_authenticated %}
{% block form_title %}Panel Title{% endblock %}
{% block form_content %}
×{% verbatim %}{{ success_message }}{% endverbatim %}
×{% verbatim %}{{ error_message }}{% endverbatim %}
{% endblock form_content %}
{% endif %}