{% if objs %}

{{ title }}

{% for obj in objs %}
{{ obj.creation_date|date:"d.m.Y" }}
{% endfor %}
{% endif %}