19 lines
595 B
Plaintext
19 lines
595 B
Plaintext
- import structures;
|
|
|
|
div#accordion-numbers
|
|
- foreach (group; listGroups)
|
|
h3 #{group.comment}
|
|
div.group-content(data-group-name='#{group.name}')
|
|
table
|
|
thead.head
|
|
tr
|
|
th Номер
|
|
th Список
|
|
th Общие звонки
|
|
th Белые звонки
|
|
th Черные звонки
|
|
th Комментарий
|
|
div.body-rows
|
|
table
|
|
tbody.body
|