{% extends "base.html" %} {% block title %}{{ _("status.page_title") }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ _("status.dashboard_subtitle") }}
{{ _("status.app_version") }}: {{ app_version }}{% if release_name %} "{{ release_name }}"{% endif %}
{{ _("status.build_date") }}: {{ build_date }}
{{ _("status.debug_mode") }}: {{ _("common.enabled") if debug_enabled else _("common.disabled") }}
{% if last_check %}{{ _("status.last_check") }}: {{ last_check }}
{% endif %} {% if container_info.is_docker %}{{ _("status.container_id") }}: {{ container_info.id }}
{% endif %} {% if container_info.git_sha and container_info.git_sha != 'Unknown' %}{{ _("status.git_commit") }}: {{ container_info.git_sha }}
{% endif %} {% if container_info.runtime_info %}{{ _("status.container_started") }}: {{ container_info.runtime_info }}
{% 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 %}{{ _("status.config_settings_desc") }}