{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans 'Orders' %} {% endblock %} {% block content %}
{% trans 'Please review the form to make sure that all required fields are filled.' %}