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