{% if object_list %} {% for object in object_list %}
{{ object.date|date:"d" }} {{ object.month }} {{ object.date|date:"Y" }}
{{ object.title }}
{{ object.short|safe }}
{% endfor %} {% else %}
Нет новостей
{% endif %}