templates/mail/EVENT_ERRORS_REPORT.html
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:45:38 +0000 (12:45 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:45:38 +0000 (12:45 +0800)
templates/mail/EVENT_ERRORS_REPORT.html

index 3f31621..3479481 100644 (file)
@@ -14,6 +14,20 @@ Content-Type: text/html; charset=utf-8
     </head>
     <body>
         
+        <table>
+            <tr>
+                <th>Date</th>
+                <th>Person</th>
+                <th>Type</th>
+                <th>Error</th>
+            </tr>
+            <tr flexy:foreach="errors,e">
+                <th>{e.event_when}</th>
+                <th>{e.email}</th>
+                <th>{e.action}</th>
+                <th>{e.remarks}</th>
+            </tr>
+        </table>
         
     </body>