{% set contract = electrodo_contract if electrodo_contract is defined else {} %} {% set tabla_nec = contract.tabla_nec_250_66 if contract and contract.tabla_nec_250_66 is defined else [] %} {% set selected_row_id = contract.selected_row_id if contract and contract.selected_row_id is defined else none %}

Protección contra Choque Eléctrico

PROYECTO: {{ proyecto_nombre }}
FECHA: {{ fecha }}

Tabla NEC 250.66

{% if tabla_nec and tabla_nec|length > 0 %} {% for fila in tabla_nec %} {% set fila_seleccionada = (selected_row_id is not none and fila.id == selected_row_id) or (selected_row_id is none and loop.first) %} {% endfor %} {% else %} {% endif %}
Fase Cobre Fase Aluminio GEC Cobre GEC Aluminio
{{ fila.fase_cobre }} {{ fila.fase_aluminio }} {{ fila.gec_cobre }} {{ fila.gec_aluminio }}
No se detectaron alimentadores con calibre de suministro válido.

Nota: {% if contract and contract.tramo_note is defined and contract.tramo_note %} {{ contract.tramo_note }} {% else %} Sin tramo seleccionado para dimensionar electrodo. {% endif %}