%! from django.utils.translation import ugettext as _ %>
<%include file="metadata-edit.html" />
% if disable_user_partition_editing:
% if not selected_partition:
${_("This content experiment refers to a group configuration that has been deleted.")}
% else:
${_("This content experiment uses group configuration '{0}'.".format(""+str(selected_partition.name)+""))}
% endif
${_("After you select the group configuration and save the content experiment, you cannot change this setting.")}
% endif