{% if ingredients %}
{% elif request.GET %}
{% for i in ingredients %}{% if i.aisle__name %}({{ i.aisle__name }}) {% endif %}{% if i.total_quantity %}{{ i.total_quantity }} {% endif %}{% if i.unit__name %}{{ i.unit__name }} {% endif %}{{ i.name }}
{% endfor %}
There are no ingredients from the selected recipes.
{% else %}Select one or more recipes to generate shopping list.
{% endif %}