{% for hostname, server in servers.items() %}
{{ hostname }}
Name
Status
Since
{% for row in server['services'] %}
{{ row['name'] }}
{{ row['status'] }}
{{ row['since'] }}
{% end %}
{% end %}