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