{% extends 'admin/layout.html.twig' %} {% block title %}Selektionsmerkmale {{ teamer }}{% endblock %} {% block content %}
{{ knp_menu_render(knp_menu_get('default_teamer')) }}

Selektionsmerkmale {{ teamer }}

{% for group, attributes in teamer.crmSelections %}

{{ group }}

{% if attributes|length %} {% else %}
-
{% endif %} {% endfor %}
{% endblock %}