{% extends "baselayout.html" %} {% block pagetitle %}Home{% endblock %} {% block head %} {% assets "home_js" %} {% endassets %} {% endblock %} {% block pageId %}home{% endblock %} {% block pageheader %} {% if session['indico_user_name'] %} {% if session['indico_user_name'] != 'None' %}

Welcome, {{ session['indico_user_name'] }}

{% endif %} {% endif %} {% endblock %} {% block body %}
{% if session['unauthorized'] %}

Login failed because you did not authorize Indico Mobile

{% endif %} {% for message in get_flashed_messages() %}

{{ message }}

{% endfor %}

Ongoing presentations

Events

{% if session['indico_user'] %}

Favorites

History

{% else %}

Favorites

History

{% endif %}
{% endblock %}