{% extends "base.html" %} {% load static thumbnail colour_tags %} {% block title %}{{ object.name }} - {{ block.super }}{% endblock %} {% block content %}

{{ object }}


{% if object.location or object.image %}
{% if object.image %}
{% thumbnail object.image.file "640x640" crop="center" as thumb %} {{ object }} {% endthumbnail %}
{% endif %} {% if object.location %} {% if map_json %}
{% endif %} {% endif %}
{% endif %}
{% include 'glitter/includes/church_meta.html' %}
{% if object.description %}

{{ object.description|safe }}

{% endif %} {{ columns.content }} {% include 'glitter/includes/church_detail_footer.html' %} {% include 'glitter/includes/church_tabbox.html' %}
{% endblock content %}