Collector processes
{% if (collector) %}
{% for c in collector %}
{% if (c.start) %}
- {{c.powa_kind}}:
- Connected as: {{c.usename}}
- Connected from: {{c.client_addr}}
- Connected since: {{c.start}}
{% else %}
- {{c.powa_kind}}:
{% end %}
{% end %}
{% else %}
No PoWA collector daemon is running!
- Background worker status:
{% end %}