https://docs.djangoproject.com/en/dev/ref/templates/builtins...
<ul> {% for athlete in athlete_list %} <li>{{ athlete.name }}</li> {% empty %} <li>Sorry, no athletes in this list.</li> {% endfor %} </ul>
https://docs.djangoproject.com/en/dev/ref/templates/builtins...