reviewboard.themes.context_processors¶ Context processors for theme-related state. New in version 7.0. theme(request: HttpRequest) → dict[str, object][source]¶ Return template context variables for theme information. New in version 7.0. Parameters: request (django.http.HttpRequest) – The HTTP request from the client. Returns: The context variables for the page. Return type: dict