{% for i in range(length // 4) %}
{% for j in range(4) %}
{{ results[(i*4)+j].domain }}
View image
{% endfor %}
{% endfor %}