{% load i18n static sekizai_tags %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "djng.forms" %} {% if customer.is_authenticated %}
{% block form-title %}Panel Title{% endblock %}
{% block form-content %}{% endblock %}
{% else %}
{% trans "This page shall only be reachable by authenticated users" %}
{% endif %}