<%=intl._t("Routers in the same family share a family key.")%> <%=intl._t("To join an existing family, import the private key you exported from a router in the family.")%> <%=intl._t("To start a new family, enter a family name.")%>
<% String family = familyHelper.getFamily(); if (family.length() <= 0) { // no family yet %> <% } else { // family is configured String keypw = familyHelper.getKeyPW(); if (keypw.length() > 0) { // family is active %> <% } else { // family is not active %><%=intl._t("Restart required to activate family {0}.", '"' + family + '"')%> <%=intl._t("After restarting, you may export the family key.")%>
<% } %> <% } %>