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

Dokumen Transparansi

Akses dokumen resmi Desa Pulosarok

{{ documents.paginator.count|default:0 }}
Total Dokumen
{{ categories.count|default:0 }}
Kategori
{{ years|length|default:0 }}
Tahun
100%
Transparan

Filter Dokumen

{% for document in documents %}
{% 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 }}

{{ document.title }}

{% if document.document_number %}

{{ document.document_number }}

{% endif %} {% if document.summary %}

{{ document.summary }}

{% endif %}
{{ document.view_count }} {{ document.download_count }}
{{ document.created_at|date:"d M Y" }}
{% empty %}

Tidak Ada Dokumen

Belum ada dokumen yang sesuai dengan filter yang Anda pilih.

Lihat Semua Dokumen
{% endfor %}
{% if documents.has_other_pages %}
{% endif %}

Akses Cepat Kategori

{% endblock content %} {% block extra_js %} {% endblock extra_js %}