extends layout block content h2(style='border-bottom: dashed #FF9900; letter-spacing: -2px')= title p Welcome to #{title}. Find your opponent, and get ready! h4(style='background-color: #99FF66; padding: 2px') User List - each user in users #listentry #{user.tag} >> #{user.location.loc} | - if (user.status == 'online') span(style='color: green; font-weight: bold')= user.status - else span(style='color: red; font-weight: bold')= user.status |
#{user.vehicle.year} #{user.vehicle.make} #{user.vehicle.model} |
mods: #{user.vehicle.desc}
span(style='color: gray; font-style: italic')= user.userinfo.sig