def get_week(self):
        """Return the week for which this view should display data."""
        week = self.week
        if week is None:
            try: