{% load static %}
{% if item.image %}
Project/Experiment Image
{% endif %}
{% if item.tag %}
{{ item.tag }}
{% endif %}

{{ item.name_display }}

({% if item.datetime_start %}{{ item.datetime_start }} {% elif item.datetime_created %} {{ item.datetime_created }} {% endif %})

  • Tags: {% for tag in item.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}
  • Description: {{ item.description | truncatewords:30 }}
  • {{ item.get_status_display }}