{% for key, val in data.data %} {% for el in val %} {% endfor %}
{{ key }}
Имя Должность
{{ el.cn[0] }} {{ el.employeetype[0]}}
{% endfor %}