<% _.each(choices, function (choice) { %>
  • <%= choice.label %>
  • <% }); %>
    <% _.each(units, function (symbol, code) { %>
  • <%= _.__(code) %>
  • <% }); %>