{% extends "glitter_events/base.html" %} {% load thumbnail %} {% block extra_breadcrumb %}
  • {{ object.title }}
  • {% endblock extra_breadcrumb %} {% block app_content %}

    {{ object.title }}


    Start date
    {{ object.start }}
    End date
    {{ object.end }}
    {% if object.locations.count > 0 %}
    Location{% if object.locations.count > 1 %}s{% endif %}
    {% if object.address %}
    {{ object.address }}
    {% endif %} {% for location in object.locations.all %}
    {{ location.location }}
    {% endfor %} {% elif object.address %}
    Location
    {{ object.address }}
    {% endif %} {% include "includes/social_share.html" with social_title=object.title %}
    {% block event_image %} {% thumbnail object.image.file "640" as thumb %} {% endthumbnail %} {% endblock event_image %} {{ columns.content }}
    {% endblock app_content %}