@using NzbDrone.Core @model Dictionary @{ Layout = null; } @{ var rootDirString = ""; foreach(var rootDir in Model) {
@rootDir.Value.ToBestFileSize(1) Free
rootDirString += String.Format("{0} - {1} Free\r\n", rootDir.Key, rootDir.Value.ToBestFileSize(1)); }
}