{% if data and data['0'] is defined %}
{{ data['0'].start|date('d-m-Y') }}
<br>
<b>Dur:</b> {{ data['0'].duration|date('H:i') }}
{% endif %}