{%- extends "_layout_search.html" %} {%- block contentsearchform %}
{{ _("Group:") }} {%- for group in item.groups %} {%- if loop.index != 1 %},{%- endif %} {{ group.name }} {%- endfor %} | {{ _("Created:") }} {{ babel_format_datetime(item.createtime) }} ({{ _('%(delta)s ago', delta = babel_format_timedelta(current_datetime_utc - item.createtime)) }}) | {{ _("Report window:") }} {{ babel_format_datetime(item.dt_from) }} - {{ babel_format_datetime(item.dt_to) }} ({{ babel_format_timedelta(item.delta) }}) | {{ _("Event counts:") }} {{ item.evcount_rep }} {{ _("reported") }} {%- if item.type == 'summary' %} ({{ item.evcount_all }} {{ _("matched") }}, {{ item.evcount_new }} {{ _("new events") }}, {{ item.evcount_flt_blk }} {{ _("filtered out") }}, {{ item.evcount_det_blk if item.evcount_det_blk else 0 }} {{ _("uncredible") }}, {{ item.evcount_thr_blk }} {{ _("thresholded") }}, {{ item.evcount_rlp }} {{ _("relapsed") }}) {%- elif item.type != "target" -%} , {{ item.evcount_all }} {{ _("total in parent summary report") }} {%- endif %}