<%= H(Model.Title & " " & Model.Kit.Jurisdiction) %>

<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitEditForm")) %> <%= HTML.Hidden("Id", Model.Kit.ID) %>

Job Number: <%= Model.Kit.JobNumber %>

Jurisdiction: <%= Model.Kit.Jurisdiction %>

Label Count: <%= Model.Kit.LabelCount %>

Created On: <%= Model.Kit.CreatedOn %>

Labels Printed On : <%= Model.Kit.LabelsPrinted %>

Exported to SnailWorks On: <%= Model.Kit.ExportedToSnailWorks %>

<% dim it : set it = Model.Labels.Iterator %> <% dim KitLabels %> <% While it.HasNext %> <% set KitLabels = it.GetNext() %> <% Wend %>