{% if ingredient.comments|length > 1 %} {% elseif ingredient.comments|length == 1 %} {% else %} {% endif %}
{% for recipe in ingredient['recipes'] %} {{ recipe.title|truncate() }} {% endfor %}