{{#each pills}} {{#if (eq this.operator "search")}}
{{{this.description_html}}}
{{else if (eq this.type "search_user")}} {{> search_user_pill this}} {{else}} {{> input_pill this}} {{/if}} {{/each}} {{#if description_html}}
{{{description_html}}}
{{/if}}