{% load static %}
{% if contact.designation %} {{ contact.designation }} {% endif %} {% if contact.street %} {{ contact.street }} {% endif %} {% if contact.city %} {{ contact.city }} {% endif %} {% if contact.state %} {{ contact.state }} {% endif %} {% if contact.zip %} {{ contact.zip }} {% endif %} {% if contact.country %} {{ contact.country}} {% endif %} {{ contact.social.website }}