{% if counters.bytes and counters.estimated_bytes -%}
{% set percent = (counters.bytes / counters.estimated_bytes * 100) %}
{% else -%}
{% set percent = 0 %}
{% endif -%}
{{ percent|round }}%
{% if counters.path -%}
{% endif -%}
{% if counters.phase -%}
-
{{ counters.phase }}
Phase
{% endif -%}
{% if counters.timeleft -%}
-
{{ counters.timeleft|time_human }}
Time left
{% endif -%}
{% if counters.warning and counters.warning > 0 -%}
-
{{ counters.warning }}
Warning
{% endif -%}
{% if counters.bytes_in -%}
-
{{ counters.bytes_in|bytes_human }}
Bytes received
{% endif -%}
{% if counters.speed -%}
-
{{ counters.speed|bytes_human }}/s
Speed
{% endif -%}
|
New |
Changed |
Unchanged |
Deleted |
Scanned |
{% for d in counters -%}
{% if isinstance(counters[d], list) and d != 'Grand total' -%}
{{ d }} |
{% for v in counters[d] -%}
{{ v }}
{% endfor -%}
|
{% endif -%}
{% endfor -%}