26 lines
671 B
Plaintext
26 lines
671 B
Plaintext
$newline never
|
|
<section>
|
|
^{degreeTable}
|
|
<section>
|
|
^{studytermsTable}
|
|
<section>
|
|
<h2>_{MsgStudyFeatureInference}
|
|
$if null infConflicts
|
|
<p>
|
|
$if null infConflicts
|
|
_{MsgStudyFeatureInferenceNoConflicts}
|
|
$else
|
|
<h3>_{MsgStudyFeatureInferenceConflictsHeading}
|
|
<ul>
|
|
$forall conflict <- infConflicts
|
|
<li>
|
|
$case conflict
|
|
$of Right (Entity _ (StudyTerms ky _ nm _ _))
|
|
#{show ky} - #{foldMap id nm}
|
|
$of Left (Entity _ (StudySubTerms ky _ _ nm))
|
|
#{show ky} - #{foldMap id nm}
|
|
^{btnForm}
|
|
|
|
<div .container>
|
|
^{candidateTable}
|