{{ event.title }}

{%- trans %}List of sessions{% endtrans -%}

{% set has_codes = sessions|selectattr('code')|any %} {% set has_types = sessions|selectattr('type')|any %} {% set has_descriptions = sessions|selectattr('description')|any %} {% if has_codes %} {% endif %} {% if has_types %} {% endif %} {% if has_descriptions %} {% endif %} {% if has_codes %} {% endif %} {% if has_types %} {% endif %} {% if has_descriptions %} {% endif %} {% for sess in sessions|sort(attribute='friendly_id') %} {% if has_codes %} {% endif %} {% if has_types %} {% endif %} {% if has_descriptions %} {% endif %} {% endfor %}
{% trans %}ID{% endtrans %}{% trans %}Code{% endtrans %}{% trans %}Type{% endtrans %}{% trans %}Title{% endtrans %}{% trans %}Description{% endtrans %}
{{ sess.friendly_id }}{{ sess.code }}{{ sess.type.name if sess.type }}{{ sess.title }}{{ sess.description }}