[`Deal`]
{if $contact_deals}
{else}
[`Create deal`]
{/if}
{$_active_funnel = reset($funnels)}
{if !empty($new_deal.funnel_id) && !empty($funnels[$new_deal.funnel_id])}
{$_active_funnel = $funnels[$new_deal.funnel_id]}
{/if}
{include file="templates/actions/deal/DealStagesByFunnel.html" selected_stage=$new_deal.stage_id inline}
{if !empty($conversation) && $conversation.count > 1}
{/if}