20 lines
523 B
Plaintext
20 lines
523 B
Plaintext
<section>
|
|
^{degreeTable}
|
|
<section>
|
|
^{studytermsTable}
|
|
<section>
|
|
<h2>_{MsgStudyFeatureInference}
|
|
<p>
|
|
$if null infConflicts
|
|
Kein Konflikte beobachtet.
|
|
$else
|
|
<h3>Studiengangseingträge mit beobachteten Konflikten:
|
|
<ul>
|
|
$forall (Entity _ (StudyTerms ky _ nm)) <- infConflicts
|
|
<li> #{show ky} - #{foldMap id nm}
|
|
<form .form-inline method=post action=@{AdminFeaturesR} enctype=#{btnEnctype}>
|
|
^{btnWdgt}
|
|
|
|
<div .container>
|
|
^{candidateTable}
|