{% trans 'Orders' %}
{% trans 'Orders include ongoing and episodic clients. Only Ordered orders from Active clients are included.' %}
{% 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 %}