Deskripsi
{{ document.description|linebreaksbr }}
{% if document.summary %}
Ringkasan
{{ document.summary }}
{% endif %}
{% if document.tags %}
Tags
{% for tag in document.get_tags_list %}
{{ tag }}
{% endfor %}
{% endif %}
Status Publikasi
{% if document.is_public %}
Dipublikasikan ke Website
{% else %}
Tidak Dipublikasikan
{% endif %}
{% if document.is_featured %}
Unggulan
{% endif %}
Diunggah Oleh
{% if document.uploaded_by %}
{{ document.uploaded_by.get_full_name|default:document.uploaded_by.username }}
{% else %}
-
{% endif %}
Waktu
Dibuat: {{ document.created_at|date:"d F Y, H:i" }} WIB
Terakhir diubah: {{ document.updated_at|date:"d F Y, H:i" }} WIB
{{ comment.comment }}