<{* File: abb_students_view.html -------------------------------------------------------- Description: Display list of student names and link. Only if visitor is a registered user a link 'info' to display the address is added *}>

<{$mod_name}>

<{$cnt_students}> <{$page_title}>

<{if $isContactAllowed eq 1 }> <{/if}> <{* --------------- Data ----------- *}> <{section name=s loop=$students}> <{if $isContactAllowed eq 1 }> <{/if}> <{/section}>
<{$lbl_name}> <{$lbl_title}><{$lbl_contact}><{$lbl_homepage}>
<{$students[s].stud_lastname}>, <{$students[s].stud_firstname}> <{$students[s].stud_title}>info <{if $students[s].stud_homepage eq ""}>  <{else}> Link <{/if}>