{if !empty($sections)}
{/if} {if $sectionId==1}
{if empty($groupList)}
{text key='iisnewsfeedplus+group_select_empty_list_message'}
{else}
{foreach from=$groups item='group' name='group_list'}
{$group.label|escape}
{$group.label}
{/foreach}
{if !empty($langs.countLabel)} {/if} {if !empty($langs.countLabel)}
{$langs.startCountLabel}
{/if}
{decorator name='button' label=$langs.startButtonLabel class='submit'}
{/if}
{else if $sectionId==2}
{if empty($users)}
{text key='base+empty_user_avatar_list_select'}
{else}
{foreach from=$users item='user' name='user_list'} {decorator name="user_list_item" avatar=$avatars[$user.id] username=$user.username displayName=$user.title noUserLink=1 contId=$user.linkId set_class=$user.class} {/foreach}
{if !empty($langs.countLabel)}{/if} {if !empty($langs.countLabel)}
{$langs.startCountLabel}
{/if}
{decorator name='button' label=$langs.startButtonLabel class='submit'}
{/if}
{/if}