{{ (counters.bytes_in / counters.estimated_bytes * 100)|round }}%
{% if counters.path %}
{% endif %}
-
{{ counters.phase }}
Phase
-
{{ counters.timeleft|time_human }}
Time left
{% if counters.warning > 0 %}
-
{{ counters.warning }}
Warning
{% endif %}
-
{{ counters.bytes_in|bytes_human }}
Bytes received
-
{{ counters.speed|bytes_human }}/s
Speed
|
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 %}