This Template is responsible for displaying a single view for a domain object If you modify this template, do not forget to change the overwrite settings in /Configuration/ExtensionBuilder/settings.yaml: Resources: Private: Templates: Show.html: keep Otherwise your changes will be overwritten the next time you save the extension in the extension builder {address.name}

Single View for Address

{address.title} {address.firstName} {address.Name}

{category.title}

{address.description->f:format.html()}

{address.organization}
{address.department}
{address.street} {address.streetNumber}
{address.addressSupplement}
{address.zip} {address.city}
{address.state}
{address.country}

{address.phone}
{address.mobile}
{address.fax}
{address.www.link}
{address.email}
{address.feUser.username}
{identifier.provider.name} {identifier.identifier}

{address.directions->f:format.html()}

{address.closestCity}
{address.latitude}{f:if(condition: '{address.latitude} && {address.longitude}', then: ', ')} {address.longitude}