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

index 7338865..ac395da 100644 (file)
@@ -21,12 +21,12 @@ Content-Type: text/html; charset=utf-8
                 <th>Type</th>
                 <th>Error</th>
             </tr>
-            {foreach:t.errors,e}
+            {foreach:errors,error}
             <tr>
-                <td>{e.event_when}</td>
-                <td>{e.email}</td>
-                <td>{e.action}</td>
-                <td>{e.remarks}</td>
+                <td>{error.event_when}</td>
+                <td>{error.email}</td>
+                <td>{error.action}</td>
+                <td>{error.remarks}</td>
             </tr>
             {end:}
         </table>