<{if $all_content}>
<{$smarty.const._MA_TADREPAIR_REPAIR_SN}>
| <{$smarty.const._MA_TADREPAIR_REPAIR_DATE}>
| <{$smarty.const._MA_TADREPAIR_REPAIR_TITLE}>
| <{$smarty.const._MA_TADREPAIR_REPAIR_UID}>
| <{$smarty.const._MA_TADREPAIR_UNIT}>
| <{$smarty.const._MA_TADREPAIR_REPAIR_STATUS2}>
| <{$smarty.const._MA_TADREPAIR_FIXED_UID}>
| <{$smarty.const._MA_TADREPAIR_FIXED_DATE}>
| <{$smarty.const._MA_TADREPAIR_FIXED_STATUS2}>
| <{$smarty.const._TAD_FUNCTION}>
|
<{foreach from=$all_content item=repair}>
<{$repair.repair_sn}> |
<{$repair.repair_date}> |
<{$repair.prefix}><{$repair.repair_title}> |
<{$repair.repair_name}> |
<{$repair.unit_title}> |
<{$repair.repair_status}> |
<{$repair.fixed_name}> |
<{$repair.fixed_date}> |
<{$repair.fixed_status}> |
<{$smarty.const._TAD_DEL}>
|
<{/foreach}>
<{$bar}>
|
<{else}>
<{$smarty.const._MA_TADREPAIR_EMPTY}>
<{/if}>