docker
{% if docker == None %}Couldn't access the docker API. Is sherpa running?
{% else %}| {{name}}{% if status == "running" %} | {{status}}{% else %} | {{status}}{% endif %} | 
qbittorrent
{% if qbit == None %}Couldn't access the qbittorrent API. Is docker container running?
{% else %}| downloaded | {{qbit["bytes_dl"]}} | 
| uploaded | {{qbit["bytes_up"]}} | 
| torrents | {{qbit["num"]}} | 
| ratio | {{qbit["ratio"]}} | 
transmission
{% if trans == None %}Couldn't access the transmission API. Is docker container running?
{% else %}| downloaded | {{trans["bytes_dl"]}} | 
| uploaded | {{trans["bytes_up"]}} | 
| torrents | {{trans["num"]}} | 
| ratio | {{trans["ratio"]}} | 
pihole
{% if pihole == None %}Couldn't access the pihole API. Is docker container running?
{% else %}| status{% if pihole["status"] == "enabled" %} | {{pihole["status"]}}{% else %} | {{pihole["status"]}}{% endif %} | 
| queries | {{pihole["queries"]}} | |
| clients | {{pihole["clients"]}} | |
| percentage blocked | {{pihole["percentage"]}}% | |
| blocked | {{pihole["blocked"]}} |