<% if (type.length == 0) { %>
<% } %>
<% if (type.length > 0) { %>
<% if (parenthetical) { %>
<%- parenthetical %>
<% } %>
<% if (type==='YesNoType' || type==='YesNoDeclinedType' || type==='SingleSelectionListType' || type==='YesNoDoNotKnowType') { %>
<% } else if (type==='MultiSelectionListType') { %>
<% } else if (type==='FreeText' || type==='CurrencyType') { %>
<% } else if (type==='NumberType') { %>
<% } else if (type==='ReadOnly') { %>
<% } else { %>
dont know about type <%- type %>
<% } %>
<% } %>