{% extends "base.html" %} {% load i18n %} {% load static %} {% load rules %} {% block title %} {% trans 'Orders' %} {% endblock %} {% block content %} {% has_perm 'sous_chef.edit' request.user as can_edit_data %} {% if delivery_date %} {% include 'kitchen_count_steps.html' with step='orders' %} {% endif %}
{% if delivery_date %}
{% endif %}
{% if can_edit_data %}
Select a date to view orders for that day.
{% if delivery_date %}
{% endif %} {% endif %} {% if delivery_date %}

{% blocktrans trimmed %} Review orders for {{ delivery_date }} {% endblocktrans %}

{% include 'partials/generated_orders.html' %}
{% if can_edit_data %}
{% trans "OK, I'm ready" %}
{% endif %} {% endif %}
{% endblock %}