{{ cname }}

{{ (counters.bytes / counters.estimated_bytes * 100)|round }}%

{% if counters.path %}

Path

{{ 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
{% for d in counters %} {% if isinstance(counters[d], list) and d != 'Grand total' %} {% for v in counters[d] %} {% endif %} {% endfor %}
New Changed Unchanged Deleted Scanned
{{ d }}{{ v }} {% endfor %}