{% extends "base.html" %} {% block content %}

Cluster

{% if not fhdhr.config.dict["fhdhr"]["discovery_address"] %}

Discovery Address must be set for SSDP/Cluster

{% else %}

{% for location in locations_list %} {% endfor %} {% endif %} {% endblock %}
Name Location Joined Options
{{ location["name"] }} {{ location["location"] }} {{ location["joined"] }}
{% if location["joined"] in ["True", "False"] %} {% endif %} {% if location["joined"] == "True" %} {% elif location["joined"] == "False" %} {% endif %}