| <{$smarty.const._AD_LEGACY_LANG_MODUNINSTALL_CONF}> | 
  
    | }>/<{$module->modinfo.image}>)  <{$module->modinfo.name|xoops_escape}> | <{$smarty.const._AD_LEGACY_LANG_MOD_NAME}> | <{$module->getShow('name')}> | 
  
	| <{$smarty.const._AD_LEGACY_LANG_MOD_DIR_NAME}> | <{$module->getShow('dirname')}> | 
  
    | <{$smarty.const._AD_LEGACY_LANG_VERSION}> | <{$currentVersion}> | 
  
	| <{$smarty.const._AD_LEGACY_LANG_MOD_MID}> | <{if $module->get('mid')}>
        <{$module->getShow('mid')}>
      <{else}>
        --
      <{/if}> | 
  
    | <{$smarty.const._AD_LEGACY_LANG_LASTUPDATE}> | <{if $module->get('last_update')}>
        <{$module->get('last_update')|xoops_formattimestamp:l}>
      <{else}>
        --
      <{/if}> | 
  
    | <{$smarty.const._AD_LEGACY_LANG_MOD_DESC}> | <{$module->modinfo.description|xoops_escape}> |