{% load humanize %} {% load i18n %} {% load static %}
{% trans "Event__schedule_start" %} | {% trans "Event__schedule_duration" %} | {% trans "Event__name" %} | {% trans "Event__is_public" %} | {% if not user_list %}{% trans "Event__kind" %} | {% trans "Event__assembly" %} | {% trans "Event__owner" %} | {% trans "Event__is_official" %} | {% endif %}{% trans "Event__last_update" %} |
---|---|---|---|---|---|---|---|---|
{{ event.schedule_start|conference_time:conference }} | {{ event.schedule_duration|naturaltimespan }} | {% if user_list and event.kind == 'sos' %} {{ event.name }} {% elif user_list %} {{ event.name }} {% else %} {{ event.name }} {% endif %} | {{ event.is_public|yesno }} | {% if not user_list %}{{ event.get_kind_display }} | {% if event.assembly %} {{ event.assembly.slug }} {% else %} - {% endif %} | {% if event.owner %} {{ event.owner.username }} {% else %} - {% endif %} | {{ event.is_official|yesno }} | {% endif %}{{ event.last_update|naturaltime }} |