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

index 9870891..ac395da 100644 (file)
@@ -21,12 +21,16 @@ Content-Type: text/html; charset=utf-8
                 <th>Type</th>
                 <th>Error</th>
             </tr>
-            
+            {foreach:errors,error}
+            <tr>
+                <td>{error.event_when}</td>
+                <td>{error.email}</td>
+                <td>{error.action}</td>
+                <td>{error.remarks}</td>
+            </tr>
+            {end:}
         </table>
         
-        {foreach:errors,error}
-        <p>test</p>
-            {end:}
     </body>
     
 </html>
\ No newline at end of file