Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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>