{% extends "layout.html" %} {% load static %} {% block layout_script %} {% endblock %} {% block layout_content %}
{% include 'extra/base_messages.html' %}
{% if list|length %} {% if display == 'list' %} {% elif display == 'col' %}
{% for i in list %} {% if i.attachments_list %} {% with i.attachments_list.0.path as file_path %}
{% if file_path|lower|slice:"-4:" == ".pdf" %} Thumbnail PDF {% else %} Image Preview {% endif %}
{% if i.deskripsi == 'MASUK' or i.deskripsi == 'KELUAR' %} {{ i.judul }} {% else %} {{ i.judul }} {% endif %}

{{ i.deskripsi|truncatewords:20 }}

{% if file_path|lower|slice:"-4:" == ".pdf" %} {{ i.attachments_list.0.name }} {% else %} {{ i.attachments_list.0.name }} {% endif %}
{% endwith %} {% endif %} {% endfor %}
{% endif %} {% else %}
(kosong)
{% endif %}
{% endblock %}