{% for name, view in manager.views.items() %} {% if view.is_visible %} {{ name }} {% endif %} {% endfor %}