table.table.table-bordered.table-striped.table-hover thead tr th Course name th Detected type th Count in hours th Count in TD equivalent tbody each course in courses tr td #{course.name} td #{course.type} td #{course.time} td #{course.tdEquivalent} tr.table-active td strong #{total.name} td strong #{total.type} td strong #{total.time} td strong #{total.tdEquivalent} p. If you think there is a mistake in this table, feel free to open an issue exaplaining what are the problem so we can fix it. Thanks!