@model IEnumerable @if (Model.Count() == 0) {
You have no root folders added.
} @foreach (var root in Model) {
delete @root
}