{% if item_url and item_id %}

{{ item.name_display }}

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

{% if level > 1 %} {% if item.description %}

{{ item.description|truncatechars:128 }}

{% endif %} {% endif %}
{% else %}
Invalid project link
{% endif %}