{{ cname }}

{% 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 -%}

Path

{{ 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 -%}
{% 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 -%}