Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
supcik committed Jan 6, 2025
1 parent f221446 commit 24c8d78
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ <h2 id="metadatas">Méta-données</h2>
{{ if isset .Params "mandantors"}} <li>Mandant(s): {{ delimit .Params.mandantors ", " }}</li> {{end}}
{{ if and (isset .Params "confidential") (eq .Params.confidential true) }} <li><b>Projet confidentiel</b></li>
{{ end }}
{{ if and (isset .Params "nda_required") (eq .Params.nda_required true) }} <li><b>Signature d'un NDA requis</b>
</li> {{ end }}
{{ if and (isset .Params "nda_required") (eq .Params.nda_required true) }} <li><b>Signature d'un NDA requis</b></li> {{ end }}
{{ if isset .Params "departments"}} <li>Filière(s): {{ delimit .Params.departments ", " }}</li> {{end}}
{{ if isset .Params "orientations"}} <li>Orientation(s): {{ delimit .Params.orientations ", " }}</li> {{end}}
{{ if isset .Params "instituts"}} <li>Instituts(s): {{ delimit .Params.instituts ", " }}</li> {{end}}
{{ if isset .Params "languages"}} <li>Langue(s): {{ delimit .Params.languages ", " }}</li> {{end}}
{{ if isset .Params "max_students"}} <li>Nombre maximum d'étudiant(s): {{ .Params.max_students }}</li> {{end}}
{{ if and (isset .Params "assigned_to") (not (eq .Params.assigned_to nil))}} <li>Attribué à: {{ delimit
.Params.assigned_to ", " }}</li> {{end}}
{{ if and (isset .Params "assigned_to") (not (eq .Params.assigned_to nil))}} <li>Attribué à: {{ delimit .Params.assigned_to ", " }}</li> {{end}}
<li>Professeur: {{ .Params.author }}</li>
{{ if isset .Params "professors"}} <li>Co-superviseur(s): {{ delimit .Params.professors ", " }}</li> {{end}}
{{ if isset .Params "assistants"}} <li>Assistants: {{ delimit .Params.assistants ", " }}</li> {{end}}
Expand Down

0 comments on commit 24c8d78

Please sign in to comment.