Manage Categories

All categories — edit or delete.

New Category
<% If categories.Count = 0 Then %>
No categories yet. Create the first one.
<% Else %>
<% Dim adminCatIter, adminCatItem Set adminCatIter = categories.Iterator() Do While adminCatIter.HasNext Set adminCatItem = adminCatIter.GetNext() %> <% Loop %>
Name Description Actions
<%= H(adminCatItem.Name) %> <%= H(adminCatItem.Description) %> Edit
<% End If %>