Linked Accounts ({{ list|length }}) View
{% for u in list %} {% if loop.first %} {% endif %} {% if not loop.last %} {% if loop.index0 > 0 and loop.index % 4 == 0 %} {% endif %} {% else %} {% set n = 3 - loop.index0 % 4 %} {% if n > 0 %} {% for t in 1 .. n %} {% endfor %} {% endif %} {% endif %} {% endfor %}