{% load i18n project_tags thumbnail follow_tags %} {% get_class project as class %}
{% get_days project.days_left as days %}

{% if project.is_private %} {% trans 'private' %} {% elif project.is_semipublic %} {% trans 'semi-public' %} {% endif %} {% if project.has_finished %} {% trans 'finished' %} {% elif days %} {{ days }} {% endif %}

{{ project }}

{% if project.active_phase %} {% trans 'Phase' %} {{ project.module_set.first.phases_passed|length|add:1 }}: {{ project.active_phase.content.name }} {% endif %}

{{ project.organisation.name }}

{% if follow_user in project.participants.all %} {% endif %} {% is_following follow_user project as is_follower %} {% if is_follower %} {% endif %}