{% extends "template.html.j2" %} {% block content %}

docker

{{ docker["cachetime"] }}

transmission

{% if trans == None %}

Couldn't access the transmission API. Is docker container running?

{% else %} {% for k, v in trans.items() %} {% endfor %}
{{ k }} {{ v }}
{% endif %}

pihole

{% if pihole == None %}

Couldn't access the pihole API. Is docker container running?

{% else %} {% for k, v in pihole.items() %} {% endfor %}
{{ k }} {{ v }}
{% endif %}
{% endblock %}