[%- BLOCK mlcont -%]
日付 | 依頼者 | 対象 | 削除理由 |
[%- USE thefile = File("include/mlremove.txt") -%]
[%- USE data = datafile(thefile.path, delim = "|") -%]
[%- FOREACH item = data -%]
[% item.date %] | [% item.requester %] |
[% item.target %] | [% item.reason %] |
[%- END -%]
[%- END -%]