{% extends 'apps_base.html' %} {% block title %}Tables{% endblock %} {% block apps_base_title %}Update a table{% endblock %} {% block apps_base_content %}
{% csrf_token %}
Table Information
Items in Receipt
{% for item in table.items.all %}
{% endfor %}
{% endblock %} {% block apps_base_scripts %} {% endblock %}