{% extends "layout.html" %} {% block body %}
{# From here, the jinja syntax is escaped because we use the angularjs syntax #} {% raw %}

{{ ::client.client }} on {{ ::client.agent }}

{{ client.counters.percent | number:0 }}%

Path

{{ client.counters.path }}
  • {{ client.counters.phase }} Phase
  • {{ client.counters.timeleft | time_human }} Time left
  • {{ client.counters.warning }} Warnings
  • {{ client.counters.bytes_in | bytes_human }} Bytes received
  • {{ client.counters.speed | bytes_human }}/s Speed
New Changed Unchanged Deleted Scanned
{{ key }} {{ val[0] }} {{ val[1] }} {{ val[2] }} {{ val[3] }} {{ val[4] }}
{% endraw %}
{% endblock %}