## -*- coding: utf-8 -*- <%inherit file="../main.mako" /> <%! import mpulsweb.lib.helper.filters as F %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
${_('Filename')} | ${_('Filesize')} | ${_('Actions')} |
---|---|---|
${ F.shorten(f.getName(),60) }
% if g.mpuls_config.is_enabled("module", "documents-description"):
${f.description}
% endif
|
${kb(f.size)} KB | % if h.hasRole(['admin']): % endif |
${_('No files found')} |