class EventType(models.TextChoices):
        POINTS = 'p', _("team points")
        BALLOTS_CONFIRMED = 'c', _("ballot confirmed")
        FEEDBACK_URL = 'f', _("feedback URL")
        BALLOT_URL = 'b', _("ballot URL")