{% for entry in entries_list|slice:items_per_page %} {% autoescape off %} {% ifequal entry.entry_id.is_approved 1 %} {% ifchanged %}

{{ entry.date|date:"d F Y" }}

{% endifchanged %}

{{ entry.title }}


{{ entry.content_html|truncatewords_html:truncate_words }}

{% endifequal %} {% endautoescape %} {% endfor %}