"Assets/Stages/ValidationSets.meta" did not exist on "ac28f941ef29976347b797488ea6287bd94a9d8a"
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}}