description = "Section clients" [viewBag] [Codestackers\Codestackers\Components\Client Client] == getClients(); } ?> ==

{{ data.title }}

{{ data.description | raw}}
{% for client in clients %} {% if loop.index < 5 %}

{{client.description}}

{% for technology in client.technologies %} {{technology.name}} {% endfor %}
Lees meer
{% elseif loop.index > 5 and loop.index < 9 %}

{{client.description}}

{% for technology in client.technologies %} {{technology.name}} {% endfor %}
Lees meer
{% elseif loop.index > 9 and loop.index < 12 %}
{% elseif loop.last %}

{{client.description}}

{% for technology in client.technologies %} {{technology.name}} {% endfor %}
Lees meer
{% endif%} {% endfor %}