{% if b and b[0] and b[0].hd %}
{% endif %}
{% if isDual %}
{% for p in b|slice(1) %}
{% if loop.index0 is divisible by(2) %}
{% endif %}
{% endfor %}
{% else %}
{% for p in b|slice(1) %}
{% if loop.index0 is divisible by(8) %}
{% endif %}
{% if loop.index0 is divisible by(4) %}
{% endif %}
{% endfor %}
{% endif %}