{{ 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 %}
📁 Files
{% if is_admin(user) %}
🖥️ Containers
{% endif %}
{% if user %}
{% endif %}
{% 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 %}
{% set _type = "project" %}{% set _uid = project['uid'] %}{% set _bookmarked = bookmarked %}{% include "_bookmark_button.html" %}
{% if is_owner %}
{% endif %}
{% set _type = "project" %}{% set _uid = project['uid'] %}{% set _reactions = reactions %}{% include "_reaction_bar.html" %}