|
{{#if branchOnly}}
{{t 'generic.branch'}}
{{else}}
{{new-select
class="form-control input-sm"
content=typeChoices
localizedLabel=true
value=rule.key
style="display: inline-block; width: auto;"
}}
{{/if}}
|
{{t 'generic.is'}} |
{{#if (eq rule.key 'event')}}
{{new-select
class="form-control input-sm"
content=eventChoices
localizedLabel=true
value=rule.value
style="display: inline-block; width: auto;"
}}
{{else}}
{{input type="text" class="form-control input-sm" value=rule.value}}
{{/if}}
|
|