{{ render_title(project['title'], author_is_admin=is_admin(author)) }}
● {{ project.get('status', 'In Development') }}
{{ render_content(project.get('description', ''), author_is_admin=is_admin(author)) }}
{% endif %}
{% if attachments %}
{% include "_attachment_display.html" %}
{% endif %}
{% if platforms %}
Platforms
{% for plat in platforms %}
{{ plat.strip() }}
{% endfor %}
📁 Files ({{ file_count }} files)
{% if workspace_editor_url %}
💻 VS Code
{% 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" %}
{% set _type = "project" %}{% set _uid = project['uid'] %}{% set _reactions = reactions %}{% include "_reaction_bar.html" %}
{% set _type = "project" %}{% set _uid = project['uid'] %}{% set _owner = project['user_uid'] %}{% set _owner_name = (author or {}).get('username', '') %}{% set _class = "project-star-btn" %}{% include "_report_button.html" %}
{% if viewer_can_workspace %}
Workspace
{% endif %}
{% if viewer_can_containers %}
Containers
{% endif %}
{% if user %}
{% endif %}
{% if is_owner %}
{% endif %}
{% if is_owner or is_admin(user) %}
{% endif %}