{% extends '::base.html.twig' %} {% block body -%}

CustomField list

{% for entity in entities %} {% endfor %}
Id Label Type Active Actions
{{ entity.id }} {{ entity.label }} {{ entity.type }} {{ entity.active }}
{% endblock %}