privacy_profile = models.CharField(
        max_length=64,
        verbose_name="Privacy - Profile",
        choices=PRIVACY_CHOICES,
        blank=True,