{% if object.address or object.city or object.zip_code or object.phone or object.url %}
{% if object.address %}{{ object.address }}
{% endif %} {% if object.city %}{{ object.city }}, Texas{% endif %} {{ object.zip_code }}
{{ object.phone }}
{% if object.url %}
{{ object.url }}
{% endif %}
{% endif %}