{% extends "_layout.html" %} {% block content %}
{{ _('This module displays various statistical information regarding the reporting component of the Mentat system. These statistics are calculated directly from all summary reports, that were generated. The extra reports reports are included only in total number of reports overview, because otherwise they contain data duplicit to those in summary reports. Reports are included into the result based on their creation time.') | safe }}
{{ _('Number of reports') }}: | {{ babel_format_decimal(items_count) }} |
---|---|
{{ _('Number of e-mails') }}: | {{ babel_format_decimal(statistics['cnt_emails']) }} |
{{ _('Number of reported events') }}: | {{ babel_format_decimal(statistics['cnt_events']) }} |
{{ _('Result time interval') }}: | {{ babel_format_datetime(statistics['dt_from']) }} - {{ babel_format_datetime(statistics['dt_to']) }} ({{ babel_format_timedelta(statistics['dt_to'] - statistics['dt_from']) }}) |
{{ _('Timeline time interval') }}: | {{ babel_format_datetime(statistics['timeline_cfg'].t_from) }} - {{ babel_format_datetime(statistics['timeline_cfg'].t_to) }} ({{ babel_format_timedelta(statistics['timeline_cfg'].t_to - statistics['timeline_cfg'].t_from) }}) |
{{ get_icon('role-admin') }}{{ _('Timeline steps') }}: | {{ babel_format_decimal(statistics['timeline_cfg'].count) }} x {{ statistics['timeline_cfg'].step.__str__() }} |