{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans 'Orders' %} {% endblock %} {% block content %}
{% if form.errors or formset.errors %}
{% trans 'Required information missing' %}

{% trans 'Please review the form to make sure that all required fields are filled.' %}

{% endif %} {% csrf_token %} {% include "_form.html" %} {% trans "Cancel" %}
{% endblock %} {% block extrajs %} {% endblock %}