% if state.get('partial_translation')
{{ _( "The translation of this page from English is not yet complete. {link_start}You can contribute{link_end}." , link_start=(''|safe).format(locale.global_tag) , link_end=''|safe ) }}
% elif state.get('fuzzy_translation')
{{ _( "This page contains machine-translated text which hasn't yet been reviewed and might be inaccurate. {link_start}You can contribute{link_end}." , link_start=(''|safe).format(locale.global_tag) , link_end=''|safe ) }}
% endif