{% for news in page_obj %}
{% for item in news.image.all %} {% if forloop.first %} {% endif %} {% endfor %}
{{news.date}}
{{news.title}}

{{news.summary}}

{% endfor %}