Newer
Older
{% comment %}
Renders a link to a single project or system. Expects 'item' as a parameter.
{% endcomment %}
<a href="{{item.url}}" class="title">{{item.title}}</a>
{% if item.orphan %}<b>(up for adoption)</b>{% endif %}
{% if item.start_date %}
{% unless item.end_date %}
<b>started</b>
{% endunless %}
{% if item.end_date %}
-
{% endif %}
<br />
{% endif %}
{{item.teaser | safe}}