extends ../template/navbar
block content
if student === true
div(class="marksdetails" id="visibl")
table
tr
th(colspan="2") Details
td DS 1
td Rang : 10/29
td Coeff : 1.5
td Moyenne de classe : 12
div(class="row" id="marks")
div(class="col s12 m6 l4")
thead
th(colspan="2") Maths
tbody
td
p DS 1
p 18/20
p DS 2
p 16/20
th(colspan="2") TP SE
th(colspan="2") PHP
th(colspan="2") Anglais
if teacher === true
div(class="row")
div(class="col s12 m10 offset-m1 marksgroup")
h3 Select a group
div(id="flexgroup")
p G1S1
p G2S2
p G3S3
form
table(id="markstable")
th Name
th
input(type="text" value="DS1")
input(type="text" placeholder="Add a test")
td Test
input(type="number" value="16")
input(type="number")
td Keze
td Kezel
input(id="marksubmit" type="submit" value="Enregistrer")