@model Channel @Html.Raw(ViewData["breadcrumbs"])
Display Name @Model.DisplayName
Channel type @Model.ChannelType
Lewdness Filter Level @Model.LewdnessFilterLevel
Links Allowed @Model.LinksAllowed
Lineage summary @Model.LineageSummary
max attachment bytes @Model.MaxAttachmentBytes (i hear there's "ByteSize")
max message length @Model.MaxTextChars
Meanness Filter Level @Model.MeannessFilterLevel
Messages (count) @(Model.Messages?.Count ?? 0)
Protocol @Model.Protocol
Reactions Possible @Model.ReactionsPossible
Sub Channels @Model.SubChannels
Users @Model.Users