{% extends "base.html" %} {% block content %}

Dashboard

Docker

{{ 'Installed' if docker_ok else 'Not installed' }}

Available Services

{{ compose_count }}

Deployed Services

{{ deployed_count }}

Optional Apps

{{ total_apps }}

{% endblock %}