<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template for the page that controls the updating or rebuilding of the Search Index. -->

${i18n().search_index_status}

<#if !indexIsConnected> <#elseif worklevel == "IDLE">

${i18n().search_indexer_idle}

<#if hasPreviousBuild??>

${i18n().most_recent_update} ${since?string("hh:mm:ss a, MMMM dd, yyyy")}

${i18n().reset_search_index}

<#elseif totalToDo == 0>

${i18n().preparing_to_rebuild_index}

${i18n().since_elapsed_time(since?string("hh:mm:ss a, MMMM dd, yyyy"),elapsed)}

<#else>

${i18n().current_task(currentTask)}

${i18n().since_elapsed_time_est_total(since?string("hh:mm:ss a, MMMM dd, yyyy"),elapsed,expected)}

${i18n().index_recs_completed(completedCount,totalToDo)}