{#
Variables
- lead
- companies
- companyLead
#}
{% set leadId = lead.id %}
{% for company in companies %}
{% set switch = companyLead[company.id] is defined ? 'ri-toggle-fill' : 'ri-toggle-line' %}
{% set bgClass = companyLead[company.id] is defined ? 'text-success' : 'text-danger' %}