%inherit file="base.html"/> <%def name="print_best_bold(x, best)"> % if not isinstance(x, int): % if x == best: ${'{0:.4f}'.format(x)} % else: ${'{0:.4f}'.format(x)} % endif % else: % if x == best: ${x} % else: ${x} % endif % endif %def> <%def name="prettyprint(x, y)"> ${print_best_bold(x, min(x, y))} / ${print_best_bold(y, min(x, y))} %def>
${path_a}
${path_b}
${key} | % endfor
${prettyprint(value['a'], value['b'])} | % endfor
%endfor