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