diff options
Diffstat (limited to 'project/templates/notifications/payment_confirmation2010.html')
-rw-r--r-- | project/templates/notifications/payment_confirmation2010.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/project/templates/notifications/payment_confirmation2010.html b/project/templates/notifications/payment_confirmation2010.html index 4f4cf45..1d98e86 100644 --- a/project/templates/notifications/payment_confirmation2010.html +++ b/project/templates/notifications/payment_confirmation2010.html @@ -1,12 +1,11 @@ Hello {{ name }}, +{% if reg %} We would like to inform your registration fees has been received and we confirm your *registration* for SciPy.in 2010. - -We are still not in a position to confirm the accommodation. If you -you have requested for it, you will still have to wait. If we are -unable to provide an accommodation, your fees will be returned during -the conference. - +{% endif %} +{% if acco and reg %}Also, {% endif %}{% if acco %}We would like to inform your accommodation fees has been +received and we confirm your *accommodation* for SciPy.in 2010. +{% endif %} Thanks and regards, Scipy Team |