{% load thumbnail %}

{{ title }}

Tag-line: {{ oneliner }}
Description: {{ description }}
Event Type: {{ event_type }}
Address: {{ address }}
City: {{ city }}
Start date: {{ start_date|date:"jS M, Y" }}
{% if start_time %}
Start time: {{ start_time|time:"P" }}
{% endif %} {% if end_date %}
End date: {{ end_date|date:"jS M, Y" }}
{% endif %} {% if end_time %}
End time: {{ end_time|time:"P" }}
{% endif %} {% if booking_link %}
Booking Link: {{ booking_link }}
{% endif %}
{% for event in child_events %}
{{ event.title }}
{% endfor %}
{% if people.organisers %}
Organisers
{% for person in people.organisers %}
/static/images/150x150.jpg
{{ person.first_name }} {{ person.last_name }}
{{ person.about|truncatewords:40 }}
{{ person.locations.0.city.name }}
{% endfor %} {% endif %} {% if people.performers %}
Performers
{% for person in people.performers %}
/static/images/150x150.jpg
{{ person.first_name }} {{ person.last_name }}
{{ person.about|truncatewords:40 }}
{{ person.locations.0.city.name }}
{% endfor %} {% endif %} {% if people.attendees %}
Attendees
{% for person in people.attendees %}
/static/images/150x150.jpg
{{ person.first_name }} {{ person.last_name }}
{{ person.about|truncatewords:40 }}
{{ person.locations.0.city.name }}
{% endfor %} {% endif %} {% if groups.performing %}
Groups Performing
{% for group in groups.performing %}
{{ group.name }}
{{ group.name }}
{{ group.locations.0.city.name }}
{% endfor %} {% endif %}
{% include 'includes/buzzitems.html' %}

Kindly refer to notes in script archive. But instead of Posted by Name, Date, Time, make it - date, time

{% if tel_no %}
Telephone: {{ tel_no }}
{% endif %} {% if request.user.is_authenticated %}
{% else %} You need to be signed in to contact people. {% endif %}

Edit