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