mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 21:54:09 -04:00
More variable calculation for email notifs
Include name of the person we're sending to and add summary text at the top giving an overview of what's happened.
This commit is contained in:
parent
290f125a13
commit
7b4715bad7
3 changed files with 76 additions and 19 deletions
|
@ -1,7 +1,8 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
<h1>{{ summaryText }}</h1>
|
||||
<div className="salutation">Hi {{ user_display_name }},</div>
|
||||
<div className="summarytext">{{ summary_text }}</div>
|
||||
<div class="content">
|
||||
{% for room in rooms %}
|
||||
{% include 'room.html' with context %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue