I have a class called Schedule with a field (is this correct?) I've set using admins = models.ManyToManyField(User). This field contains a list of users I can select multiples of.
In the view for the schedule, I show a bunch of information. I would like to show a couple additional things based on if the currently logged in user is included in the admins of that schedule being viewed.