${_("Total events indexed:")} ${globalEventCount}

% if showDetails: % for item in indexes: % endfor
Index Event count DB size (MB)
${item.name}${item['totalEventCount']}${item['currentDBSizeMB']}
% endif