{% load cache %} {% cache 600 hitcount_top_post pk %}

{{title}}

{%for item in page_obj%}
{% if item.product_name %} {{item.product_name|truncatechars:32}} {% else %} {{item.title|truncatechars:32}} {% endif %}
{%endfor%}
{% endcache %}