<% if (typeof name !== 'undefined') { print(name); } %>
<% if (typeof description !== 'undefined') { print(description); } %>
<% if (typeof id !== 'undefined' && active) { print('checked'); } %>>
<% if (typeof id === 'undefined') { %> <% } %>