{% extends 'django_dzenlog/base.html' %} {% load i18n dzenlog_tags %} {% block content %} {% if object_list %} {% for object in object_list %} {% with object.upcast as object %} {% include object.body_list_template %} {% endwith %} {% endfor %} {% else %}

{% trans 'There is no any posts.' %}

{% endif %} {% endblock %}