{% extends "app/base.html" %} {% load url from future %} {% load i18n static %} {% block page_title %}{% trans 'Chicken wings demo' %}{% endblock %} {% block messaging_extra %} {% if form.errors %}
{% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}
{% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %} {% block content %}{% endblock %} {% endblock %}