<ul> # Builds a list of objects using Jinja Template tags {% for object in objects.all %} <li> {{ object.attribute }} </li> {% endfor %} </ul>