fradrive/templates/widgets/occurrence/cell.hamlet
2019-10-09 16:51:56 +02:00

17 lines
496 B
Plaintext

$newline never
$if not (null occurrencesScheduled)
<ul .list--inline .list--iconless .list--comma-separated>
$forall sched <- occurrencesScheduled'
<li>^{sched}
$if not (null occurrencesExceptions)
$# <div .tooltip>
$# <div .tooltip__handle .tooltip__handle--danger>
$# <div .tooltip__content>
<ul .list--iconless>
$forall exc <- occurrencesExceptions'
<li>^{exc}
$if null occurrencesScheduled && null occurrencesExceptions
_{MsgOccurrenceNever}