{% load static %} {% partialdef project-experiment-card inline %}

{{ item.name_display }}

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

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

{{ item.description|truncatechars:128 }}

{% endif %} {% endif %}
{% endpartialdef project-experiment-card %}
{% for item in object_list %} {% with item_id=item.project_id|default:item.experiment_id|default:item.pk %} {% with item_url="lara_django_projects:project-detail" %} {% with level=item.get_level|default:1 %} {% partial project-experiment-card %} {% endwith %} {% endwith %} {% endwith %} {% empty %}

No items found.

{% endfor %}
{% if add_link %} + {% endif %}