<#-- Email -->
- <#assign email = propertyGroups.pullProperty("${core}email")!>
+ <#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!>
<#if email?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<@p.addLinkWithLabel email editable />
<#if email.statements?has_content> <#-- if there are any statements -->
@@ -52,7 +52,7 @@
#if>
<#-- Phone -->
- <#assign phone = propertyGroups.pullProperty("${core}phoneNumber")!>
+ <#assign phone = propertyGroups.getPropertyAndRemoveFromList("${core}phoneNumber")!>
<#if phone?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<@p.addLinkWithLabel phone editable />
<#if phone.statements?has_content> <#-- if there are any statements -->
@@ -69,17 +69,6 @@
<#-- Links -->
<@p.vitroLinks propertyGroups namespaces editable "individual-urls-people" />
-
- <#--
- <#if hasValidVCard()>
-