{% load svg_tags %} {% load static %} {% spaceless %}
{# djlint:off H021 #} Contact {# djlint:on #} {% if contact %} {% if contact.name or contact.point_of_contact_for %}

{% if contact.name %} {{ contact.name }} {% endif %} {% if contact.name and contact.point_of_contact_for %} | {% endif %} {% if contact.point_of_contact_for %} {{ contact.point_of_contact_for }} {% endif %}

{% endif %}

Address: {{ contact.location.short_address }}

{% if contact.email %}

Email: {{ contact.email }}

{% endif %} {% if contact.phone_number %}

Phone Number: {{ contact.phone_number }}

{% endif %} {% if contact.website %}

Website: {{ contact.website }}

{% endif %} {% endif %}
{% endspaceless %}