mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Also: - Find and replace panel -> card - Some base template work - gulpfile things, added dep on django-gulp
12 lines
555 B
Plaintext
12 lines
555 B
Plaintext
Hi {{ to_name|default_if_none:"there" }},
|
|
|
|
Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.event.last_edited_at}}.
|
|
|
|
{% if object.event.organisation and object.event.organisation.union_account %}{# internal #}
|
|
Your event is now fully booked and payment will be processed by the finance department automatically.
|
|
{% else %}{# external #}
|
|
Your event is now fully booked and our finance department will be contact to arrange payment.
|
|
{% endif %}
|
|
|
|
TEC PA & Lighting
|