{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %} {% if presentation %} {% if can_view %}

{{ presentation.author }} ({{ presentation.email }}): {{ presentation.title }}

{% if presentation.organisation %}
Organisation:
{{ presentation.organisation }}
{% endif %}
About you:
{{ presentation.biography }}
Abstract:
{{ presentation.abstract }}
{% if presentation.tags %}
Tags:
{{ presentation.tags }}
{% endif %}
Should be considered for the academic track:
{% if presentation.academic %}yes{% else %}no{% endif %}
{% else %}

You are only allowed to view your own submissions.

{% endif %} {% else %}

Presentation doesn't exist.

{% endif %} {% endblock %}