{% for user in users %} {% if user.lastname not in "Exporter" %} {% include 'user-element.html' %} {% endif %} {% endfor %}