Not enough recipes? Click here to find recipes that you only
missing a few ingredients for.
{% if data.recipes %}
{% if data.recipes.has_previous %}
<<Previous
{% endif %}
{% for num in data.recipes.paginator.page_range %} {% if data.recipes.number == num %}
{{ num }}
{% else %}
{{ num }}
{% endif %} {% endfor %}
{% if data.recipes.has_next %}
Next>>
{% endif %}
{% endif %}
{% if data.recipes %}
{%for recipe in data.recipes%} {%if not data.partial%}
{% if recipe.recipe_link %}
{% else %}
{% endif %}
{% if data.recipes.has_previous %}
<<Previous
{% endif %}
{% for num in data.recipes.paginator.page_range %}{% if data.recipes.number == num %}
{{ num }}
{% else %}
{{ num }}
{% endif %} {% endfor %}
{% if data.recipes.has_next %}
Next>>
{% endif %}
{% endif %}
{% if data.keep_scroll_pos %}
{% endif %} {% if data.user %}
{% endif %}