{$TITLE.edit_selectboxes}
{$data.title}
-
{$STRING.add_new_selectbox_value}
{if not $noSb}
{$STRING.delete}
{$STRING.selectbox.order}
{$STRING.selectbox.value}
{$STRING.selectbox.description}
{$STRING.selectbox.reserved}
{$STRING.selectbox.expanded}
{$STRING.selectbox.hidden}
{if $isStatus}
{$STRING.selectbox.closed}
{$STRING.selectbox.sequenceFree}
{/if} {section name=sb loop=$input}
{$STRING.del}
{$input[sb].order}
{$input[sb].value}
{$input[sb].description}
{$input[sb].options.reserved}
{$input[sb].options.expanded}
{$input[sb].options.hidden}
{if $isStatus}
{$input[sb].options.closed}
{$input[sb].options.sequenceFree}
{/if}
{/section}
{else} {$STRING.no_selectbox_value}
{/if}