{% csrf_token %}
{% if not data.recipes and data.isFilter %}

No Results Found! (0 Items)

{% endif %} {% if data.isSearch and not data.isFilter %} {% if data.found_results %}

Found Results ({{data.items}} Item(s)): {{data.recipe_name}}

{% else %}

No Results Found! (0 Items): {{data.recipe_name}}

{% endif %} {% endif %}
{%if data.fridge.0%}
{%if data.fridge.1%}
{%else%}
{%endif%}
{%else%}
{%endif%}
{% if data.recipes %} {% endif %} {% if data.recipes %}
{% for recipe in data.recipes %}
{%if recipe.missing_ingredients and data.fridge.1%} You are currently missing:
    {%for mis in recipe.missing_ingredients%}
  • {{mis}}
  • {% endfor %}
{%endif%}
{% endfor %}
{% endif %}
{% if data.recipes %} {% endif %} {% if data.keep_scroll_pos %} {% endif %} {% if data.user %} {% endif %}