fradrive/templates/adminFeatures.hamlet
2019-10-22 11:04:34 +02:00

20 lines
423 B
Plaintext

$newline never
<section>
^{degreeTable}
<section>
^{studytermsTable}
<section>
<h2>_{MsgStudyFeatureInference}
$if null infConflicts
<p>
_{MsgStudyFeatureInferenceNoConflicts}
$else
<h3>_{MsgStudyFeatureInferenceConflictsHeading}
<ul>
$forall (Entity _ (StudyTerms ky _ nm)) <- infConflicts
<li> #{show ky} - #{foldMap id nm}
^{btnForm}
<div .container>
^{candidateTable}