<% _.each(models, function(i) { %> <% var requiresPatient = (typeof i.requiresPatient !== 'undefined') ? i.requiresPatient : false %>
  • data-requires-patient="true" <%}%>>class="ui-disabled"<% } %>><%- i.title %>
  • <% }); %>