{**} {strip} Vtiger CRM Setup

What would you like to use Vtiger CRM for?

  (Select features you want to enable)


{assign var=COUNTER value=0} {foreach from=$PACKAGES_LIST key=PACKAGE_NAME item=PACKAGE_INFO} {if $COUNTER eq 0 || $COUNTER mod 2 eq 1}
{/if}
Vtiger Logo

{$PACKAGE_INFO.label}

{if $COUNTER neq 0}
{else}
{/if}

{$PACKAGE_INFO.description}

{if $COUNTER eq 0}
This feature will be installed by default
{/if}
{* Vtranslate did not supported here *} These Modules will be enabled for this feature
{assign var=ITEMCOUNTER value=0} {foreach from=$PACKAGE_INFO.modules item=MODULE_NAME}

{$MODULE_NAME}

{assign var=ITEMCOUNTER value=$ITEMCOUNTER+1} {if $ITEMCOUNTER eq 3}
{assign var=ITEMCOUNTER value=0} {/if} {/foreach}
{assign var=COUNTER value=$COUNTER+1} {if $COUNTER eq 0 || $COUNTER mod 2 eq 1}
{/if} {/foreach}
Note: You can Enable/Disable modules from module manager later
{/strip}