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

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

{% else %}

No Results Found! (0 Items)

{% endif %} {% endif %}
{% if data.recipes %}
{% for recipe in data.recipes %}
{% endfor %}
{% endif %}
{% if data.keep_scroll_pos %} {% endif %} {% if data.user %} {% endif %}