{% if talk.display_speaker_names %}{{ talk.display_speaker_names }};{% endif %} {{ talk.submission_type.name }}
{{ talk.abstract|default:talk.description|default:""|rich_text }}
{% if not forloop.last %}{% endif %}
{% extends "agenda/base.html" %} {% load i18n %} {% load rich_text %} {% block agenda_content %}
{% if request.event.featured_sessions_text %}
{{ request.event.featured_sessions_text|rich_text }}
{% else %}
{% if talks %}
{% translate "Welcome to our list of featured sessions!" %}
{% blocktranslate trimmed %}
We prepared a list of exciting sessions, so you can get a feel for our
conference. Please keep in mind that this is not our full schedule.
We will follow up with the full schedule in time, stay tuned!
{% endblocktranslate %}
{% else %}
{% blocktranslate trimmed %}
In the near future you will see a curated list of sessions we’d like
to show off here. Right now we are busy reviewing proposals.
Check back later!
{% endblocktranslate %}
{% endif %}
{% endif %}
{{ talk.abstract|default:talk.description|default:""|rich_text }}
{% if not forloop.last %}