{% for name, view in manager.views.items() %} {% if 'awesome_style' not in name.lower() %} {{ name }} {% endif %} {% endfor %}