{% for item in object_list %} {% if item.type == 'msg' %} {{ item.time }} {{ item.nick }} {{ item.msg }} {% endif %} {% endfor %}