{% for object in object_list %}
  1. {{ object }}
  2. {% empty %}
  3. There are no models, yet.
  4. {% endfor %}

-> Add a model.