{{ title }}

Рецепт: {{ recipe_name }} · Тип: {{ ration_type }} · Голов/рейс: {{ heads }}
{% if mode == "compound" %}{% else %}{% endif %} {% for line in lines %} {% endfor %}
Ингредиент кг/деньВ комб.В рац.
{{ line.name }} {{ line.daily_kg }} {{ "да" if line.included else "нет" }}
{% if indicators %}
{% for ind in indicators %} {{ ind.label }}: {{ ind.content }} {{ ind.unit }} {% endfor %}
{% endif %}