{% extends "pobsync_backend/base.html" %} {% block title %}Hosts | pobsync{% endblock %} {% block content %} Inventory Hosts Configured backup targets, schedules, retention state, and host-level controls. {% if can_manage_control_panel %} New host {% endif %} Showing{{ counts.hosts }} Enabled{{ counts.enabled_hosts }} Disabled{{ counts.disabled_hosts }} Total{{ total_count }} Filters Host state All hosts Enabled only Disabled only Apply filters Reset {% include "pobsync_backend/partials/dashboard_hosts.html" %} {% endblock %}