## -*- coding: utf-8 -*-
<%inherit file="../main.mako" />
<%! import mpulsweb.lib.helper.filters as F %>
${_('Case documents overview')}
% if h.hasRole(['admin']):
% endif
% if h.hasRole(['cm']):
%endif
<%include file="/casemanagement/search.mako" />
${ungettext('%s case was found.', '%s cases where found.', c.count_all) % c.count_all}