%if tile.selected is None:
${_("There is a tie between variants, thus none is included at the moment.")}
%else:
%if tile.selected_text.is_head:
${_("Status quo has the most votes, resulting in no proposed change to this norm.")}
%else:
%endif
${diff.norm_texts_history_compare(tile.selected_text, selection.page.head)|n}
%endif