% if ($file_count) {
<& /lib/table/attachments-table.mas, files => $files, show_page => 1, wiki => $wiki, pager => $pager &>
% } else {
<p>
  <% loc('This wiki does not have any attachments.' ) %>
</p>
% }

<%args>
$wiki
$files
$file_count
$pager
</%args>

<%method title>
<% loc( 'All Attachments in the %1 wiki', $wiki->title() ) %>
<%args>
$wiki
</%args>
</%method>
