17 lines
502 B
Plaintext
17 lines
502 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}
|