{% load i18n pagination_tags thumbnail %} {% autopaginate object_list 10 %} {% if object_list %}

{% trans "Recipes" %}

{% for recipe in object_list %}

{{ recipe.title }}

{{ recipe.title }} {% endfor %} {% paginate %} {% else %}

{% trans "There aren't any recipes" %}

{% endif %}