{% extends "base_generic.html" %} {% load static %} {% block css %} {% endblock %} {% block head %} {% if event_detail.location %} {% else %} {% endif %} {% if event_detail.location %} {% else %} {% endif %} {% endblock %} {% block nav-research %} {% endblock %} {% block content %} {% block small %} {%if event_detail.externalLink %}

{{ event_detail.title|safe }}

{% else %}

{{ event_detail.title|safe }}

{% endif %} {% if event_detail.eventfile_set.all %}
{% if event_detail.image %}
©{{event_detail.copyright}}
{% endif %} {% for file in event_detail.eventfile_set.all %} {% if file.get_extension == ".jpg" or file.get_extension == ".jpeg" or file.get_extension == ".png"%}
©{{ event_detail.copyright }}
{% endif %} {% endfor %}
{% else %} {% if event_detail.image %}
Cover
{% else %}

{% endif %} {% endif %} {% if not event_detail.startTime < event_detail.endTime %}
Start: {{ event_detail.startTime|date:"d M Y" }}
{% else %}
Start: {{ event_detail.startTime|date:"d M Y" }} | End: {{ event_detail.endTime|date:"d M Y" }}
{% endif %}
{% if event_detail.externalLocation %} {% if event_detail.location %} Location: {{event_detail.location}} {% else %} Location: {{event_detail.externalLocation}} {% endif %} {% if event_detail.room %}
{% endif %} {% endif %} {% if event_detail.room %} Room: {{ event_detail.room }} {% endif %}
{% if event_detail.video_conf %} Online: {{ event_detail.video_conf }} {% endif %}
{% if event_detail.organizers %}
Organized by: {{ event_detail.organizers }}
{% endif %} {% if event_detail.externalLink %}
More info: {{event_detail.externalLink}}
{% endif %} {% if event_detail.announcement %}
Announcement:
PDF
{% endif %}

{{event_detail.description|safe|linebreaksbr}}


{% if event_detail.eventfile_set.count == 1 %} Download: {% elif event_detail.eventfile_set.count == 2 %} Downloads: {% endif %} {% for file in event_detail.eventfile_set.all %} {% if forloop.first and not forloop.last %} {{ file.title }}, {% elif not forloop.last %} {{ file.title }}, {% else %} {{ file.title }} {% endif %} {% endfor %}
{% if event_detail.relatedEvents.all %}

{% if event_detail.relatedEvents.all %}

Related events

{% include "event_list.html" with event_list=event_detail.relatedEvents.all %} {% endif %} {% endif %}

{% load social_share %}
Share
{% static 'icons/twitter-logo-black.png' as icon_url %} {% with icon_html='' %} {% post_to_twitter "Latest event: {{event_detail.title}}. For more details see:" request.get_full_path icon_html %} {% endwith %}
{% endblock %} {% endblock %} {% block javascripts %} {% endblock %}