{% for object_ in page %}
{% if object_.image %} {{ object_.title }} {% else %}   {% endif %}

{{ object_.title }}

{{ object_.publish_on|date:"DATE_FORMAT" }}

{{ object_.content|safe|truncatewords_html:"15" }} Read more
{% if forloop.counter|divisibleby:"3" %}
{% endif %} {% empty %}

{{ _('Sorry, there are no articles to show') }}

{% endfor %}