fradrive/templates/adminFeatures.hamlet
2019-03-23 23:00:32 +01:00

19 lines
438 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}
^{btnForm}
<div .container>
^{candidateTable}