...
Attachments list |
---|
Source code
Code Block |
---|
## @noparams
#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> |
...
Attachments list |
---|
Source code
Code Block |
---|
## @noparams
#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> |