{% for object in object_list %}
{{ object }}
{% empty %}
There are no models, yet.
{% endfor %}
-> Add a model.