{% load static %} {% load zenblog_tags %}
{% if top4.0 %}

{{ top4.0.title }}

{% autoescape on %}

{{ top4.0.content |remove_html_tags | truncatechars:200 }}

{% endautoescape %}

{{ top4.0.author.last_name}} {{ top4.0.author.first_name }}

{% endif %}
{% if top4.1 %}

{{ top4.1.title }}

{{ top4.1.author.last_name}} {{ top4.1.author.first_name }} {% autoescape on %}

{{ top4.1.content |remove_html_tags | truncatechars:200 }}

{% endautoescape %}
{% endif %} {% if top4.2 %}

{{ top4.2.title }}

{{ top4.2.author.last_name}} {{ top4.2.author.first_name }}
{% endif %}
{% if top4.3 %}

{{ top4.3.title }}

{{ top4.3.author.last_name}} {{ top4.3.author.first_name }} {% autoescape on %}

{{ top4.3.content |remove_html_tags | truncatechars:100 }}

{% endautoescape %}
{% endif %}
{% for item in the_others %}

{{ item.title }}

{{ item.author.last_name}} {{ item.author.first_name }}
{% endfor %}