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

{{ top3.0.title }}

{% autoescape on %}

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

{% endautoescape %}

{{ top3.0.author.last_name}} {{ top3.0.author.first_name }}

{% endif %} {% if top3.1 %}

{{ top3.1.title }}

{{ top3.1.author.last_name}} {{ top3.1.author.first_name }}
{% endif %} {% if top3.2 %}

{{ top3.2.title }}

{{ top3.2.author.last_name}} {{ top3.2.author.first_name }}
{% endif %}
{% for item in the_others1 %}

{{ item.title }}

{% endfor %}
{% for item in the_others2 %}

{{ item.title }}

{% endfor %}
{% for item in the_others3 %}

{{ item.title }}

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