Material Class:   


<% if (allMaterialTypes[cellType][connectionType]){ %> Materials:
<% _.each(_.keys(allMaterials[materialClass]), function(key){ %> <% }); %>
<% } %>
Composite Materials:
<% if ((cellType == "octa" && connectionType != "vertex") || cellType == "tetra"){ %> not available for this lattice type <% } else { %> <% _.each(_.keys(materials), function(key){ if (key.substr(0,5) != "super") return; %> <% }); %>
<% if (_.filter(_.keys(materials), function(name){return name.substr(0,5) == "super"; }).length > 0) { %> Offset (xyz):      

<% } %> + Create New Composite Material
New Composite From Current Assembly
<% } %>