blob: 51c232d8e879b5c31fb8ee2ee1a61f97afe7ebf9 [file] [log] [blame]
Rushabh Mehta1fe1a472017-08-11 17:39:11 +05301<h3>{{_("Training Event")}}</h3>
2<p>{{ message }}</p>
3
4<h4>{{_("Details")}}</h4>
5{{_("Event Name")}}: <a href="{{ event_link }}">{{ name }}</a>
6<br>{{_("Event Location")}}: {{ location }}
7<br>{{_("Start Time")}}: {{ start_time }}
8<br>{{_("End Time")}}: {{ end_time }}
9<br>{{_("Attendance")}}: {{ attendance }}
10
11<h4>{{_("Update Response")}}</h4>
12{% if not self_study %}
13<p>{{_("Please update your status for this training event")}}:</p>
14<form action="{{ confirm_link }}"><input style="display:inline-block" type="submit" value="Confirm Attendance" /></form>
15<form action="{{ reject_link }}"><input style="display:inline-block" type="submit" value="Reject Invitation" /></form>
16{% else %}
17<p>{{_("Please confirm once you have completed your training")}}:</p>
18<form action="{{ complete_link }}"><input style="display:inline-block" type="submit" value="Completed Training" /></form>
19{% endif %}
20<p>{{_("Thank you")}},<br>
21{{ user_fullname }}</p>