diff -r 9a77edda77b7 -r fda1c66b25f9 project/templates/registration/invoice.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/registration/invoice.html Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,141 @@ + + + + + + + + + + + +
+ + SciPy.in Logo +

+
+ 41 Hihitahi Rise
+ Te Haumi, Paihia 0200
+ Incorporated Society #2250349
+
+ + + + + + + + + + + + + + + + + + + + {% if registration.sponsor %} + + + + {% endif %} + {% if registration.discount %} + + + + {% endif %} + {% ifequal registration.amount 10 %} + + + + {% endifequal %} + + + + + +
+

New Zealand Python Users Group Incorporated

+
+
+ + + + + +
Invoice Number: {{ registration.slug }} + Date: {{ registration.submitted|date:"d F, Y"}}
+
+
+
+
+ To:
+ {{ user.get_profile.fullname }}
+ {{ user.email }}
+ < {{ user.username }} >
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
ItemPriceQtyAmount (NZ$)

NZPycon 2009 Attendence fee{{ registration.amount }}.001{{ registration.amount }}.00

Total${{ registration.amount }}.00
+
+
+
+
+ As a guest of {{ registration.sponsor|title }} please ignore this invoice. +
+ Your fee has been discounted because you are a student or otherwise on a + low income. You will be required to present your Student ID or a Community + Services Card on arrival. +
+ Your fee has been discounted because you are a presenter at NZPycon 2009. +
Thanks for your registration! +
+
+ {% if registration.payment %} + {% if registration.sponsor %} + Thank you, no payment required + {% else %} + Thank you, this invoice has been paid + {% endif %} + {% else %} + Please pay to:
+New Zealand Python User Group
+06-0158-0360348-00
+The National Bank
+Auckland University Branch
+PO Box 2132
+ {% endif %} +
+ + +