{% load i18n %} {% for item in items %} {% if item.is_valid %} {{ item.get_title }} {% endif %} {% endfor %}