Please try replacing your empty level labels with HTML akin to this:
<span class="notIncluded"></span>
Then add this script to the footer of your Must Haves and Unacceptables:
<script>
$(document).ready(function(){
$('.notIncluded').text('Not included.');
})
</script>