2021-04-07 21:21:50 +00:00
|
|
|
if componentSet.has('communities')
|
|
|
|
solid-widget(name='hubl-communities-profile-address')
|
|
|
|
template
|
|
|
|
| ${await value != "" ? `<span class="icon mdi-map-marker icon-third icon-large icon-margin-right-xsmall">\${await value.adress_line1}<br>\${await value.adress_line2}</span>` : `<span></span>`}
|