← Semua proyek {{ project.get_status_display }} {% if project.is_featured %}Unggulan{% endif %} {{ project.title }} {% if project.short_description %} {{ project.short_description }} {% endif %} {% if project.demo_url %} Lihat Demo {% endif %} {% if project.repo_url %} Source Code {% endif %} {% if project.thumbnail %} {% endif %} Tentang Proyek {{ project.description|safe }} {% if related %} Proyek Lainnya {% for p in related %} {% if p.thumbnail %} {% else %} {{ p.title|slice:":2"|upper }} {% endif %} {{ p.title }} {{ p.short_description }} {% endfor %} {% endif %}