{% extends 'apps_base.html' %} {% block title %}Update information of receipt{% endblock %} {% block apps_base_title %}Update information of receipt{% endblock %} {% block apps_base_content %}
{% csrf_token %}
Receipt Information
Items in Receipt
{% for item in item_containers %}
{% endfor %}
{% endblock %} {% block apps_base_scripts %} {% endblock %}