autowisp.browser_interface.core.context_processors module
Define context processors for the entire interface.
-
autowisp.browser_interface.core.context_processors._project_error_counts(request)[source]
Return (open, total) recorded errors for the active project.
Runs on every page, so it must never raise: with no project selected
(or any query failure) it quietly reports zeros rather than breaking
the page.
-
autowisp.browser_interface.core.context_processors.global_variables(request)[source]
Set global variables available to all templates.