snappymail/snappymail/v/0.0.0/app/templates/Views/Sieve/ElsIfCommand.html
2024-09-22 19:46:59 +02:00

8 lines
246 B
HTML

<!-- rfc5228 -->
elsif
<div data-bind="template: {name: $root.templateName(test), data: test}"></div>
{
<div style="padding-left:4em" data-bind="foreach: commands">
<div data-bind="template: {name: $root.templateName($data)}"></div>
</div>
}