I wonder if play 2.0.3 and higher supports else if in views? I only read that one have to code that way: if {...}else{if{...}else{...}} cannot believe that.
else if
if {...}else{if{...}else{...}}
I used an @ before the second if :
@if (true) { ... } else { @if (true) { ... } else { ... }}
1.4m articles
1.4m replys
5 comments
57.0k users