{% extends "FrontendPanelBundle::index.html.twig" %} {% block title %}Team Cherevko LAB{% endblock %} {% block description %}{% endblock %} {% block keywords %}{% endblock %} {% block body -%}

Team





{% for entitys in data %} {% set c = 1 %} {% for entity in entitys %} {% if loop.first %} {% set position2 = position[entity.position] %}

{{ position2 }}

{% endif %} {% if c == 3 %}
{% set c = 0 %} {% endif%} {% set c = c+1 %} {% endfor %}

{% endfor %}
{% endblock %}