{% extends "base.html" %} {% block title %}{{ _("status.page_title") }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ _("status.page_title") }}

{{ _("status.dashboard_subtitle") }}

{% for name, provider in providers.items() %}

{{ name }}

{% if provider.configured %} {{ _("status.configured") }} {% else %} {{ _("status.not_configured") }} {% endif %}

{{ provider.description }}

{% if provider.configured and name == "NextCloud" %} {% if provider.details and provider.details.url %} {% set nextcloud_base_url = provider.details.url.split('/remote.php')[0] %} {% endif %} {% elif provider.url and provider.configured %} {% endif %}
{% if provider.configured %} {{ _("status.active") }} {% else %} {{ _("status.inactive") }} {% endif %}
{% if provider.configured and provider.details %} {% endif %} {% if name == "Notifications" and provider.configured %} {% endif %} {% if provider.testable and provider.configured and provider.test_endpoint and name != "Notifications" %} {% endif %} {% if name == "Dropbox" %} {% if provider.configured %} {{ _("status.manage") }} {% else %} {{ _("status.configure_now") }} {% endif %} {% elif name == "OneDrive" %} {% if provider.configured %} {{ _("status.manage") }} {% else %} {{ _("status.configure_now") }} {% endif %} {% elif name == "Google Drive" %} {% if provider.configured %} {{ _("status.manage") }} {% else %} {{ _("status.configure_now") }} {% endif %} {% elif name == "AI Provider" %} {% if provider.configured %} {% endif %} {% elif name == "Azure AI" %} {% if provider.configured %} {% endif %} {% elif provider.configured and name == "Paperless-ngx" %} {{ _("status.open") }} {% elif provider.configured and name == "NextCloud" %} {% if provider.details and provider.details.url %} {% set nextcloud_base_url = provider.details.url.split('/remote.php')[0] %} {{ _("status.open") }} {% endif %} {% endif %}
{% endfor %}

{{ _("status.config_settings") }}

{{ _("status.config_settings_desc") }}

{% endblock %} {% block scripts %} {% endblock %}