{% block field_postulantes_collection_show %}
Cantidad de Postulantes ({{field.value|length }})
{% set ternados = field.value | filter(v => v.tipo == constant('App\\Entity\\Ternas\\TernaPostulante::TIPO_TERNA')) %} {% set complementarios = field.value | filter(v => v.tipo == constant('App\\Entity\\Ternas\\TernaPostulante::TIPO_COMPLEMENTARIO')) %}
TERNA:
LISTA COMPLEMENTARIA:
{% endblock %}