{% if not talk_page %}{% endif %} {% if not upcoming %}{% endif %} {% for talk in talks %} {% if not talk_page %} {% endif %} {% if not upcoming %} {% endif %} {% endfor %}
DateTalkEventFeedback
{{ talk.event.date|date(talk.event.fuzzy_date ? 'M Y' : 'j M Y') }} {% if talk.event.time is defined %}
{{ talk.event.time }}
{% endif %}
{% if talk.talk.url is not empty %} {{ talk.talk.title }} {% else %} {{ talk.talk.title }} {% endif %}
{% if talk.talk.type %} {{ talk.talk.type }} {% else %} {{ talk.event.type|default('Talk') }} {% endif %}
{% if talk.event.url is not empty %} {{ talk.event.name }} {% else %} {{ talk.event.name }} {% endif %} {% if talk.event.location is defined %}
{{ talk.event.location }}
{% endif %}
{% if talk.event.joindin and talk.event.date <= 'today'|date('Y-m-d') %} joind.in {% endif %}