{% load vegetarian_cookbook_tags %} {% load static %} {% load i18n %} {% for recipe in recipes %}
{% recipe_energy_nutrients 60 False recipe.energy recipe.protein recipe.fat recipe.carbohydrate %}
{% ingredients_list 5 recipe.recipeingredient_set.all %}
{% if recipe.tags.all %} {% for rt in recipe.tags.all|slice:":3" %} {% endfor %} {% else %}
 
{% endif %}
{% endfor %}