{% extends "base.html" %} {% block title %}System Status{% endblock %} {% block content %}
This dashboard shows the status of all configured integrations and targets.
Debug Mode: {{ "Enabled" if debug_enabled else "Disabled" }}
{% if last_check %}Last Check: {{ last_check }}
{% endif %}{{ provider.description }}
{% if provider.url and provider.configured %} {% endif %}For more detailed configuration settings and environment variables, check the environment debug page.