{% if object_list %}
{% for object in object_list %} {{ object.title }}
{{ object.title }}
{% endfor %}
{% endif %}