$def with (course, scoreboardid, scoreboard_name, header, table, emphasized_columns) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:course.get_name() - Available scoreboards $def NavbarF(): $var Navbar: $:NavbarF() $def showline(type, line): $for colid, val in enumerate(line): <$type $if colid in emphasized_columns: class="info" > $val

$scoreboard_name

$:showline('th', header) $for line in table: $:showline('td', line)