{% load thumbnail static %} {% if object.church %}
{% with church=object.church %}

{{ church.name }}


{% if object.get_map_json %}
{% endif %}

{{ church.address }}

More info

{% endwith %}
{% endif %}