{% extends "layout.html" %} {% load static %} {% load thumbnail_filters %} {% load query_transform %} {% 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 %} {% if i.attachments_list|length > 1 %} {% else %} Thumbnail {% endif %} {% else %} No Thumbnail {% endif %}
{% if i.deskripsi == 'MASUK' or i.deskripsi == 'KELUAR' %} {{ i.judul }} {% else %} {{ i.judul }} {% endif %}

{{ i.deskripsi|truncatewords:20 }}

{% endfor %}
{% endif %} {% else %}
(kosong)
{% endif %}
{% endblock %}