{% if not ensemble %}{{ project.ensemble }}{% endif%} {{ project.name }}
+ +
+ {% if project.deadline %}In {{ project.deadline|timeuntil }}
{% endif %}
+ {% if project.submissions.count %}{{ project.submissions.count }} submissions
{% endif %}
+
No projects currently planned
+Go put your feet up!
+{{ collection.name }}
{% if collection.location %}{{ collection.location }},{% endif %} - {{ collection.works.count }} items. + {{ collection.works.count }} item{{ collection.works.count|pluralize }}.
{% for tag in collection.tags %} diff --git a/app/library/templates/library/project_menu.html b/app/library/templates/library/project_menu.html index bbfffcd..4789d20 100644 --- a/app/library/templates/library/project_menu.html +++ b/app/library/templates/library/project_menu.html @@ -3,7 +3,8 @@ {% if project %}