Shopping list

{% for lists in data %} {% endfor %}
Requester Item Quantity Got It?
{{ lists['req'] }} {{ lists['item'] }} {{ lists['quantity'] }} {% if lists['gotten'] == "False" %} no {% else %} yes {% endif %}