{% extends "agenda/base.html" %} {% load compress %} {% load i18n %} {% load rich_text %} {% load static %} {% 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 %}

{% endblock %}