{{title}}

{% if time is defined and day is defined %} {# Vedi http://babel.pocoo.org/en/latest/dates.html #}

{{day|dateformat(format='EEEE', locale=lang)}} - {{time.time()|timeformat(format='short', locale=lang)}}

{% else %}

L'orario non รจ ancora stato fissato

{% endif %} {% if room is defined %}

Stanza {{ room }}

{% endif %} {% if needs: %}
Materiale necessario: {{needs|join(", ")}}
{% endif %}
{{text | markdown}} {% if contacts: %}

A cura di {{contacts|join(', ')}}

{% endif %}
{% if links is defined or resources is defined or mail is defined %}

Link utili:

{% endif %}
{# vim: set ft=jinja: #}