{% extends "base.html" %} {% block title %}Status — TechHand Remote Support{% endblock %} {% block content %}
{% if state.connected %}Connected{% else %}Disconnected{% endif %}
{{ config.server_url }}
Organization: {{ config.organization_name or (('#' ~ config.organization_id) if config.organization_id else 'not bound') }}
{% if stats and stats.is_running %}Running{% elif not state.connected %}Not started (server offline){% else %}Stopped{% endif %}
Background synchronization service.