mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
* FEAT #513: Implement email reminders to complete risk assessments * Add missing f-string tag
10 lines
410 B
Plaintext
10 lines
410 B
Plaintext
Hi {{event.mic.get_full_name|default_if_none:"Productions Manager"}},
|
|
|
|
{% if event.mic %}
|
|
Just to let you know your event {{event.display_id}} requires a risk assessment completing prior to the event. Please do so as soon as possible.
|
|
{% else %}
|
|
This is a reminder that event {{event.display_id}} requires a MIC assigning and a risk assessment completing.
|
|
{% endif %}
|
|
|
|
The TEC Rig Information Gathering System
|