if n_voting < n_debates:
            warning_msg = _("There are %(debates_count)s debates but only "
                    "%(voting_count)s voting adjudicators.") % {
                        'debates_count': n_debates,
                        'voting_count': n_voting,