{@if title!=""}

$${title}

{@/if} {@each rows as row,index}

$${row.SUBJECT}

{@each row.ITEMS as item,index} {@if item.CPOSTURL!=""} {@else if item.ATTACH.CH} {@else} {@/if} {@if item.PPOSTURL!=""} {@else if item.ATTACH.PT} {@else} {@/if} {@if item.EPOSTURL!=""} {@else if item.ATTACH.EN} {@else} {@/if} {@if item.ATTACH.SUMMARY} {@else} {@/if} {@/each}
中文 Portugûes English {@if lang=="ch"}摘要{@else if lang=="pt"}Resumo{@else if lang="en"}Summary{@/if}
${item.SUBJECT}鏈結 {@if item.ATTACH.CH.length>0} {@each item.ATTACH.CH as attach,index} {@if attach.SAVEFILE.indexOf(".pdf")>=0}   PDF {@else if attach.SAVEFILE.indexOf(".xls")>=0}   Excel {@else if attach.SAVEFILE.indexOf(".doc")>=0}   Word {@/if} {@/each} {@/if} Link {@if item.ATTACH.PT.length>0} {@each item.ATTACH.PT as attach,index} {@if attach.SAVEFILE.indexOf(".pdf")>=0}   PDF {@else if attach.SAVEFILE.indexOf(".xls")>=0}   Excel {@else if attach.SAVEFILE.indexOf(".doc")>=0}   Word {@/if} {@/each} {@/if} Link {@if item.ATTACH.EN.length>0} {@each item.ATTACH.EN as attach,index} {@if attach.SAVEFILE.indexOf(".pdf")>=0}   PDF {@else if attach.SAVEFILE.indexOf(".xls")>=0}   Excel {@else if attach.SAVEFILE.indexOf(".doc")>=0}   Word {@/if} {@/each} {@/if} {@if item.ATTACH.SUMMARY.length>0} {@each item.ATTACH.SUMMARY as attach,index} {@if attach.SAVEFILE.indexOf(".pdf")>=0}   PDF {@else if attach.SAVEFILE.indexOf(".xls")>=0}   Excel {@else if attach.SAVEFILE.indexOf(".doc")>=0}   Word {@/if} {@/each} {@/if}
{@/each}