{% extends "base.html" %} {% block body %} {% if not deployments %}
No deployments defined
Do you have the worker configured and running? {% else %}
Choose the Deployment to monitor
{% endif %} {% endblock %}