{% extends "meeting-base.html" %} {% block headtitle %}My Notes{% endblock %} {% load staticfiles %} {% block content %}
{% if note.session %}{{ note.session }}{% elif note.presentation %}{{ note.presentation }}{% elif note.poster %}{{ note.poster }}{% elif note.exhibitor %}{{ note.exhibitor }}{% endif %}
{% csrf_token %}
{% endblock %} {% block footer_script %} {% endblock %}