{{ row.event.date|date(row.event.fuzzy_date ? 'F Y' : 'j F Y') }} {% if row.event.time is defined %}
{{ row.event.time }}
{% endif %} {% if not talk_page %} {% if row.talk.url is not empty %} {{ row.talk.title }} {% else %} {{ row.talk.title }} {% endif %}
{% if row.talk.type %} {{ row.talk.type }} {% else %} {{ row.event.type|default('Talk') }} {% endif %}
{% endif %} {% if row.event.website is not empty %} {{ row.event.name }} {% else %} {{ row.event.name }} {% endif %} {% if row.event.location is defined %}
{{ row.event.location }}
{% endif %} {% if not upcoming %} {% if row.event.joindin and row.event.date <= today %} joind.in {% endif %} {% endif %}