## -*- coding: utf-8 -*- <%inherit file="../casemanagement/main.mako" /> <%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(['cm']): % endif % if h.hasRole(['cm']) and session.get('case').getState().getState() == 1: % endif |
${_('No files found')} |