{% if object.address %} Address {{ object.address }} {% endif %} {% if object.city %} city {{ object.city }} {% endif %} {% if object.zip_code %} Zip {{ object.zip_code }} {% endif %} {% if object.phone %} Phone {{ object.phone }} {% endif %} {% if object.url %} Website {{ object.url }} {% endif %}