{% if transformadores_principales and transformadores_principales|length > 0 %} {% for trf_data in transformadores_principales %}

{{ trf_data.panel_destino }}

Transformador Standalone | {{ trf_data.paneles_alimentados|length }} Paneles/Equipos Directos

Cargas Base Aguas Abajo
{% if trf_data.fase == 3 %}{% endif %} {% for panel in trf_data.paneles_alimentados %} {% if trf_data.fase == 3 %}{% endif %} {% endfor %} {% if trf_data.fase == 3 %}{% endif %}
PANEL/EQUIPO L1 L2L3TOTAL kVA FD DEMANDA kVA MB
{{ panel.name }} {{ panel.l1 }} {{ panel.l2 }}{{ panel.l3 }}{{ panel.total }} {{ '%.0f'|format(panel.factor_demanda_percent) }}% {{ panel.demanda }} {{ panel.mb|default('-') }}
SUBTOTAL {{ trf_data.subtotal_paneles.l1 }} {{ trf_data.subtotal_paneles.l2 }}{{ trf_data.subtotal_paneles.l3 }}{{ trf_data.subtotal_paneles.total }} - {{ trf_data.subtotal_paneles.demanda }} -
Resumen de Selección
Carga Total
{{ trf_data.carga_total_kva_str }}
Factor de Demanda
{{ trf_data.factor_demanda_percent_str|default(trf_data.factor_demanda) }}
Carga Diseño
{{ trf_data.carga_diseno_kva_str }}
Transformador
{{ trf_data.transformador_size }}
{% endfor %} {% endif %}