{% endif %}
{% if results == None and query != None %}
Sorry, I couldn't find any results with {% for entry in query %} {{ entry }}{% endfor %}. If you are searching for multiple parts/ingredients, have you tried separating them with a comma (",")?
{% endif %}
{% if results != None %}
Ingredients: {% for entry in query %} {{ entry }}{% endfor %}