<% if (numCells == 0){ %>
No cells in assembly!
<% } %> Load Assembler From File
Machine:   

<% if (thisAssembler.numMaterials > -1){ %> Num Materials:   <%= thisAssembler.numMaterials %>
<% } %>
Strategy:   


<% if (camStrategy == "raster"){ %> Raster Order:   


<% } %> <% if (thisAssembler.numMaterials > -1 && thisAssembler.numMaterials < allCAMMaterialTypes.length){ %>
Number of materials in assembly exceeds available materials ( <%= thisAssembler.numMaterials %> ) for assembler type.
<% } %> Num Materials in Assembly:   <%= allCAMMaterialTypes.length %>
<% _.each(allCAMMaterialTypes, function(material){ %> <% }) %>