{% csrf_token %}
{% if data.isSearch and data.found_results %}

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

{% else %}

No Results Found! (0 Items)

{% endif %}

Not enough recipes? Click here to find recipes that you only missing a few ingredients for.

{%if data.partial%}
{%else%}
{%endif%}
{% if data.recipes %} {% endif %} {% if data.recipes %}
{%for recipe in data.recipes%} {%if not data.partial%}
{%else%}
{%if recipe.missing_ingredients%} You are currently missing:
    {%for mis in recipe.missing_ingredients%}
  • {{mis}}
  • {% endfor %}
{%endif%}
{%endif%} {% endfor%}
{% endif %}
{% if data.recipes %} {% endif %} {% if data.keep_scroll_pos %} {% endif %} {% if data.user %} {% endif %}