{% endif %}
{% if data.isSearch %}
{% if data.found_results %}
Found Results ({{data.items}} Item(s))
{% else %}
No Results Found! (0 Items)
{% endif %}
{% endif %}
{% 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.recipe_lst %}
{% for recipe in data.recipe_lst %}
{%if recipe.missing_ingredients and data.fridge.1%}
You are currently missing:
{%for mis in recipe.missing_ingredients%}
{{mis}}
{% endfor %}
{%endif%}
{% if recipe.recipe_link %}
{% else %}
{% endif %}
{% if data.recipe_lst.has_previous %}
<<Previous
{% endif %}
{% for num in data.recipe_lst.paginator.page_range %}
{% if data.recipe_lst.number == num %}
{{ num }}
{% else %}
{{ num }}
{% endif %} {% endfor %}
{% if data.recipe_lst.has_next %}
Next>>
{% endif %}
{% endif %}
{% if data.keep_scroll_pos %}
{% endif %} {% if data.recipe_lst %}
{% endif %}
{% if data.user %}
{% endif %}