html ' + '' + '' + rows + '
'; } }); content += '
Documento de valoración y organización de eventos
Ficha para analizar si un evento tiene sentido para Aelis y organizarlo con enfoque comercial.
Documento de valoración y organización de eventos
' + 'Evento: ' + aelisEscapeHtml(eventName) + '
'; var sections = form.querySelectorAll('.form-section'); sections.forEach(function(section) { var titleElement = section.querySelector('.section-header h2'); var title = titleElement ? titleElement.textContent.trim() : 'Sección'; var rows = aelisCollectSectionData(section); if (rows.trim()) { content += '