{% load md2 %}
{% for project in object_list %}

{% if not ensemble %}{{ project.ensemble }}{% endif%} {{ project.name }}

{{ project.rough_date }}

{{ project.description | markdown }}

{% if project.deadline %}In {{ project.deadline|timeuntil }}
{% endif %} {% if project.submissions.count %}{{ project.submissions.count }} submissions
{% endif %}

{% empty %}

No projects currently planned

Go put your feet up!

{% endfor %}