| <{$smarty.const._AD_LEGACY_LANG_MODUPDATE_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|string_format:"%01.2f"}>
	<{if $currentVersion != $targetVersion}>
	  » <{$targetVersion|string_format:"%01.2f"}>
	  <{if $isPhasedMode}>(Phased Mode)<{/if}>
	<{/if}> | 
  
	| <{$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}> |