{use_macro file="Dataface_Main_Template.html"} {fill_slot name="main_section"} {if $ENV.prefs.show_result_controller} {block name="before_details_controller"}
{include file="Dataface_Details_Controller.html"}
{block name="after_details_controller"} {/if}

{translate id="templates.Dataface_set_translation_status.HEADING_SET_TRANSLATION_STATUS"}Set Translation Status{/translate}

{translate id="templates.Dataface_set_translation_status.INSTRUCTIONS"} Select the translation and status below to set the status of all found record's translations to that status. For example, if you want to set the french translation status of all of the records in the current found set to "Approved", you would select "French" from the Translation menu, and "Approved" from the Status menu.{/translate}

{foreach from=$translations key="translation_key" item="translation_value"} {**} {/foreach} {foreach from=$records item=record} {foreach from=$translations item="translation_value" key="translation_key"} {/foreach} {**} {/foreach}
{translate id="templates.Dataface_set_translation_status.LABEL_RECORD"} Record {/translate}{$translation_value}
{$record->getTitle()}{$context->printTranslationStatus($record, $translation_key, $translationTool)}{$translationTool->printTranslationStatusAlert($record, $translation_key)}
{$form} {/fill_slot} {/use_macro}