Empty array
{% for item in items_list %} <li>{{ item }}</li> {% empty %} <li>No items at the moment</li> {% endfor %}