{% for object in object_list %}
  • {{ object.name }}, {{ object.created|date:"r" }}
  • {% endfor %}