class LastFourOfSocial(CharField):
    context_key = "last_four"
    label = _(
        'What are the last 4 digits of your Social Security Number? '
        '(if you have one)')