` +\n `${escapeHtml(customerName)} | ` +\n `${escapeHtml(subscription.name)} | ` +\n `${this.getPlanSelectorHtml(subscription)} | ` +\n `${this.getIpAddressSelectorHtml(subscription, 'ipV4')} | ` +\n `${this.getIpAddressSelectorHtml(subscription, 'ipV6')} | ` +\n '
'\n );\n\n render(document.getElementById(this._formListItemsAreaId), itemHtml);\n }\n\n getPlanSelectorHtml({ id }) {\n const selectedOwner = this.getSelectedOwner();\n if (selectedOwner.plans.length === 0) {\n return '';\n }\n\n let planSelectorHtml = `