{%for tbl in vr.tables_report %} {%for r in tbl.rsvps %} {%endfor%}
Table #{{tbl.number}} {{tbl.food|safe}} ("{{tbl.name}}")
{{r.food_selection.food_name}} {{r.guest.full_name}} {%for frestrict in r.food_restrictions %} {{frestrict.text}} {%endfor%}


{%endfor%}