{{ 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 %}
{% endif %}
{% if is_owner %}
{% endif %}