[ <{$smarty.const._MD_XPTODO_LANG_LIST}> ] [ <{$smarty.const._MD_XPTODO_LANG_EDIT}> ]
<{$smarty.const._MD_XPTODO_LANG_DESCRIPTION}> | <{$todo.description}> |
<{$smarty.const._MD_XPTODO_LANG_INPUT_DATE}> | <{$todo.input_date|date_format:"%Y/%m/%d %H:%M"}> |
<{$smarty.const._MD_XPTODO_LANG_TOTAL_TIME}> | <{if $todo.total_time}> <{$todo.total_time_str}> <{else}> --- <{/if}> |
<{$smarty.const._MD_XPTODO_LANG_STATUS}> | <{$todo.status_str}> |
<{$smarty.const._MD_XPTODO_LANG_CONTROL}> |
<{$smarty.const._MD_XPTODO_LANG_START_TIME}> | <{$smarty.const._MD_XPTODO_LANG_END_TIME}> | <{$smarty.const._MD_XPTODO_LANG_WORK_TIME}> |
<{$i.start_time|date_format:"%Y/%m/%d %H:%M"}> | <{if $i.end_time}> <{$i.end_time|date_format:"%Y/%m/%d %H:%M"}> <{else}> --- <{/if}> | <{if $i.work_time}> <{$i.work_time_str}> <{else}> --- <{/if}> |