{% trans_default_domain "admin" %}
{% if rowData.sessions is not empty %}
{% set hasNextSession = (rowData.sessions|first).completed is empty %}
{% if hasNextSession %}
{% set nextSession = (rowData.sessions|first) %}
{% else %}
{% set nextSession = null %}
{% endif %}
{% if nextSession and nextSession.scheduled is not null %}
{{ nextSession.scheduled|date('dateFormat.full'|trans, 'Europe/Brussels') }}
{% else %}
{% endif %}
{% else %}
{% endif %}