{% extends "base.html" %} {% load i18n %} {% load rules %} {% block title %}{% trans 'Kitchen Count report' %} {% endblock %} {% block content %} {% has_perm 'sous_chef.edit' request.user as can_edit_data %} {% include 'kitchen_count_steps.html' with step='kitchen_count' %}
{% trans 'Component' %} | {% trans "TOTAL" %} {% trans 'Regular' %} |
{% trans "TOTAL" %} {% trans 'Large' %} |
{% trans 'Dish today' %} | {% trans 'Ingredients today' %} |
---|---|---|---|---|
{{obj.component_group}} | {{obj.rqty}} | {{obj.lqty}} | {{obj.name}} | {{obj.ingredients}} |
{% trans 'Clashing ingredients' %} | {% trans 'Qty' %} - {% trans 'Reg' %} | {% trans 'Qty' %} - {% trans 'Lge' %} | {% trans 'Client' %} | {% trans 'Restrictions' %} | ||||
---|---|---|---|---|---|---|---|---|
{{obj.ingr_clash}} | {% elif obj.span != "-1" %}{{obj.ingr_clash}} | {% endif %} {% if obj.client == "SUBTOTAL" %}{{obj.rqty}} | {{obj.lqty}} | {{obj.client}} | {% else %}{{obj.rqty}} | {{obj.lqty}} | {{obj.client}} | {% endif %}{{obj.rest_ingr}}{% if obj.rest_ingr %} ; {% endif %} {{obj.rest_item}} |