{if $isMobile==false}
{decorator name='button' class='ow_ic_add ' langLabel='iistechnology+add_new_technology_button_label' onclick="location.href='`$url_new_entry`'"}
{$menu} {if !empty($no_technology) }
{text key="iistechnology+no_technology_label"}
{else}
{foreach from=$technologies key='key' item='technology'}

{$technology.title|truncate:30}

{$technology.content|truncate:250}

{/foreach}

{$paging} {/if}
{else}
{add_content key='iistechnology.add_content.list.top' listType=$listType}
{if isset($allowAdd)}
{decorator name='button' class='owm_iistechnology_add_new' langLabel='iistechnology+add_new_technology_button_label' onclick="location.href='`$url_new_entry`'"}
{/if} {$menu}
{if !empty($no_technology) }
{text key="iistechnology+no_technology_label"}
{else} {foreach from=$technologies key='key' item='technology'} {decorator name='ipc' addClass='owm_list_item_with_image' data=$technology infoString="`$technology.title`"} {/foreach}
{$paging} {/if}
{/if}