summaryrefslogtreecommitdiff
path: root/templates/demo/statement.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/demo/statement.html')
-rw-r--r--templates/demo/statement.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/demo/statement.html b/templates/demo/statement.html
index 6bdee5d1..bc6ccc1e 100644
--- a/templates/demo/statement.html
+++ b/templates/demo/statement.html
@@ -1,6 +1,9 @@
<body bgcolor=ffffff>
+<?lsmb FOREACH customer IN data ?>
+<?lsmb import(customer) ?>
+
<table width="100%">
<?lsmb INCLUDE letterhead.html ?>
@@ -133,6 +136,7 @@
</table>
+<?lsmb END ?>
</body>
</html>