{% for item in my_list %} <tr> <td>{{ item.description }}</td> <td>{{ item.location }}</td> <td>{{ item.status }}</td> </tr> {% endfor %}