{except
Online demo
Source code
#set ($attachments = $action.page.attachments) <ul> #foreach($a in $attachments ) <li><strong>$a.id</strong> - <i>$a.title</i> (Version - $a.version)</li> #end </ul>
{except
Online demo
Source code
#set ($attachments = $action.page.attachments) <ul> #foreach($a in $attachments ) <li><strong>$a.id</strong> - <i>$a.title</i> (Version - $a.version)</li> #end </ul>