Advertisement
latihan

list.ftl

Apr 26th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <#list list as item>
  2. <tr><td><#if item.name??> ${(item.name)!}</#if></td>
  3. <td><#if item.nama??> ${(item.nama)!}</#if></td>
  4. <td><#if item.date??> ${(item.date)!}</#if></td>
  5. <td><#if item.amount??> ${item.amount}</#if></td>
  6. <td><#if item.installment??> ${item.installment}</#if></td>
  7. </tr>
  8. </#list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement