← Kembali ke Dashboard
{{ course.title }}
{{ course.description }}
Daftar Konten
{% if contents %}
{% for content in contents %}
{{ content.title }}
{% if content.id in completed_content_ids %}
✔ Sudah Selesai
{% else %}
{% endif %}
{% endfor %}
{% else %}
Tidak ada konten dalam kursus ini.
{% endif %}
{% endblock %}