<% _t('Uploadify.ATTACHEDFILES','Attached files') %>
<% if Files %>
<% control Files %>
-
$Name
<% if Top.Backend %>

<% else %>

<% end_if %>
<% end_control %>
<% else %>
<% if Multi %>
<% _t('Uploadify.NOFILES','No files attached') %>
<% else %>
<% _t('Uploadify.NOFILE','No file attached') %>
<% end_if %>
<% end_if %>
<% if Files %>
<% control Files %>
<% end_control %>
<% end_if %>