{{ project['title'] }}
● {{ project.get('status', 'In Development') }}
{{ project.get('description', '') }}
{% if attachments %}
{% include "_attachment_display.html" %}
{% endif %}
{% if platforms %}
Platforms
{% for plat in platforms %}
{{ plat.strip() }}
{% endfor %}
{% if user %}
{% set _type = "project" %}{% set _uid = project['uid'] %}{% set _my_vote = my_vote %}{% set _count = star_count %}{% set _btn_class = "project-star-btn" %}{% include "_star_vote.html" %}
{% endif %}
{% if is_owner %}
{% endif %}