fradrive/templates/widgets/delete-confirmation.hamlet
2018-12-19 21:55:42 +01:00

14 lines
277 B
Plaintext

<p>_{drCaption}
<ul>
$forall (wdgt, _) <- sTargets
<li>
^{wdgt}
<p>_{SomeMessage $ MsgDeleteCopyStringIfSure (Set.size drRecords)}
<p .confirmationText>
#{confirmString}
<form method=POST action=@{targetRoute} enctype=#{deleteFormEnctype}>
^{deleteFormWdgt}