{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}

Receipt

{% if action == 'display' %}

Thank You {{ donor }}

Thank you for your gifts to Emmaus House on {{ acquire_date|date:"M j, Y" }}.

{{ total }} Items Received!

{% for subcategory in groups %} {% endfor %}
Count Subcategory
{{ subcategory.id__count }} {{ subcategory.subcategory }}
{% else %}

Steps

  1. Enter Donor Name and Press Enter:
  2. Enter Date Received and Press Enter:
Create Receipt {% endif %} {% endblock %} {% block script %} {% endblock %}