10 lines
310 B
Markdown
10 lines
310 B
Markdown
<h3>{{_("Training Event")}}</h3>
|
|
<p>{{ message }}</p>
|
|
|
|
<h4>{{_("Details")}}</h4>
|
|
{{_("Event Name")}}: <a href="{{ event_link }}">{{ name }}</a>
|
|
<br>{{_("Event Location")}}: {{ location }}
|
|
<br>{{_("Start Time")}}: {{ start_time }}
|
|
<br>{{_("End Time")}}: {{ end_time }}
|
|
<br>{{_("Attendance")}}: {{ attendance }}
|