{% extends 'public/base.html' %} {% load static %} {% load document_filters %} {% block extra_head %} {% endblock extra_head %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% if hero_image_url %} Document Detail Hero {% else %}
{% endif %}
Detail Dokumen

Detail Dokumen

Informasi lengkap dokumen transparansi

{% with ext=document.file|file_extension %} {% if ext == 'pdf' %} {% elif ext == 'doc' or ext == 'docx' %} {% elif ext == 'xls' or ext == 'xlsx' %} {% elif ext == 'ppt' or ext == 'pptx' %} {% elif ext == 'txt' %} {% elif ext == 'zip' %} {% else %} {% endif %} {% endwith %}
{{ document.category.name }} {{ document.document_year }} {% if document.document_number %} {{ document.document_number }} {% endif %}

{{ document.title }}

{% if document.summary %}

{{ document.summary }}

{% endif %}
{% if document.file and document.file.name %} {% with ext=document.file|file_extension %} {% if ext == 'pdf' %} Buka PDF di Tab Baru {% elif ext == 'doc' or ext == 'docx' %} Buka Word di Tab Baru {% elif ext == 'xls' or ext == 'xlsx' %} Buka Excel di Tab Baru {% elif ext == 'ppt' or ext == 'pptx' %} Buka PowerPoint di Tab Baru {% elif ext == 'txt' %} Buka Text di Tab Baru {% else %} Buka File di Tab Baru {% endif %} {% endwith %} Download Dokumen {% else %}

File Tidak Tersedia

File dokumen ini tidak tersedia untuk di-download atau di-preview.

{% endif %} Kembali ke Daftar

Informasi Dokumen

Tanggal Upload
{{ document.created_at|date:"d M Y" }}
Diupload Oleh
{{ document.uploaded_by.get_full_name|default:document.uploaded_by.username }}
Dilihat
{{ document.view_count }} kali
Didownload
{{ document.download_count }} kali
{% if document.file_size %}
Ukuran File
{{ document.file_size|filesizeformat }}
{% endif %} {% if document.file_extension %}
Format
{{ document.file_extension|upper }}
{% endif %}
{% if document.description %}

Deskripsi Dokumen

{{ document.description|linebreaks }}
{% endif %} {% if document.tags %}

Tag

{% for tag in document.tags|split_tags:"," %} {{ tag }} {% endfor %}
{% endif %}
{% if related_documents %}

Dokumen Terkait

{% endif %}

Kategori

{{ document.category.name }}

{% if document.category.description %}

{{ document.category.description }}

{% endif %}
Lihat Semua {{ document.category.name }}
{% if document.file and document.file.name and document.file|file_extension == 'pdf' %}
Jika preview tidak muncul, silakan gunakan tombol "Buka di Tab Baru" atau "Download" di atas.
{% endif %} {% endblock content %} {% block extra_js %} {% endblock extra_js %}