{$location->name}
|
{if $suser_add}
{/if}
{if $suser_edit}
{/if}
{if $suser_delete}
{/if}
|
| {$lang_location} | |
| {$lang_location_name} | |
| {$lang_location_info} | {$location->info} |
| {$lang_sublocation} | |
| {$lang_sublocations} ({$sublocations|@count}) |
{foreach item=sublocation from=$sublocations}
{$sublocation.sublocation_name}
{$sublocation.info_short}{if $sublocation.info_length>40}…{/if}
{/foreach} |
| {$lang_subnet} |
{if $suser_edit}
{/if}
|
| {$lang_subnets} ({$subnets|@count}) |
{foreach item=subnet from=$subnets}
{$subnet.subnet_address}/{$subnet.subnet_mask} {/foreach} |