{% load static %}

{{ item.name_display }}

({{ item.datetime_start | date:"Y-m-d" }})

{% if level > 1 %} {% if item.description %}
{{ item.description|truncatechars:100 }} {% endif %} {% endif %}