@(selected: Option[Int], enabled: Boolean) @if(enabled) { } else {
@Html(List(1, 2, 3, 4, 5).map(s => s"").mkString)
}