{#if filter.name}
{current.description}
{#if filter.params.length > 0}
{#each filter.params as p}
{p.name} {#if p.options && p.options.length > 0} {:else} {#if p.type == "float" || p.type == "double" || p.type == "long" || p.type=="int"} {:else} {/if} {/if}
{p.desc}
{/each}
{/if} {/if}