{$_title = "[`Web forms`]"}
{$_form.name|escape}
{if !empty($_form.funnel)}
{$_funnel_name = $_form.funnel.name|escape}
{$_funnel_color = $_form.funnel.color}
{if !empty($_form.stage)}
{$stage_id = $_form.stage.id}
{$_stage_name = $_form.stage.name|escape}
{$_stage_color = $_form.funnel.stages[$stage_id].color}
{$_stage_name}
{/if}
{/if}
[`Forms are used to set up customer subscription on your website.`]
[`Create a form, publish it on your website, and visitors will be able to subscribe themselves.`]