@(if (@monkeys . > . @monkey-limit) @list{

There are too many monkeys!

} @(if (@monkeys . < . @monkey-minimum) @list{

There aren't enough monkeys!

} @list{

There are just enough monkeys!

}))