<%= listName %>

<% if (data.inputCount) { %>
INPUTS
<% data.inputs.forEach((input)=>{ %>
<%= input.name %>
<% }) %>
TRANSITION
CUT
AUTO
FTB
<% } %>