PONG!!
Database: {{ status }}
{% for env, status in statuses.items() %}
{{ env }}: {% if status %}UP{% else %}DOWN{% endif %}
{% endfor %}