%inherit file="base.html.mako"/> <%def name="bits(x)"> ${'%.2fb'%(-x)} %def>
LHS | RHS | ||
---|---|---|---|
${title} | ${bits(getattr(lhs.score, key))} | ${bits(getattr(rhs.score, key))} | ${bits(getattr(lhs.score, key) - getattr(rhs.score, key))} |
${index} | ${bits(lhs_position.score)} | ${bits(rhs_position.score)} | ${bits(lhs_position.score - rhs_position.score)} | %endfor
---|