{% comment %} Renders a link to a single project or system. Expects 'item' as a parameter. {% endcomment %} {% assign item = include.item %}
  • {{item.title}} {% if item.funding %} ({{item.funding}}) {% endif %} {% if item.orphan %}(up for adoption){% endif %}
    {% if item.start_date %} {% unless item.end_date %} started {% endunless %} {% include date.html date=item.start_date %} {% if item.end_date %}  -  {% include date.html date=item.end_date %} {% endif %}
    {% endif %} {% if item.supported-by %} funded by {% for project in item.supported-by %} {% include project_chip.html project=project %} {% endfor %}
    {% endif %} {{item.teaser | safe}}