{% extends 'base.html' %} {% load static %} {% block content %}
← 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 %}
{% csrf_token %}
{% endif %}
{% endfor %} {% else %}

Tidak ada konten dalam kursus ini.

{% endif %}
{% endblock %}