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:
David Baker 2016-04-25 18:27:04 +01:00
parent 290f125a13
commit 7b4715bad7
3 changed files with 76 additions and 19 deletions

View file

@ -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 %}