autowisp.browser_interface.core.context_processors module

Define context processors for the entire interface.

autowisp.browser_interface.core.context_processors._project_error_count(request)[source]

Return the recorded-error count for the active project, else 0.

Runs on every page, so it must never raise: with no project selected (or any query failure) it quietly reports 0 rather than breaking the page.

autowisp.browser_interface.core.context_processors.global_variables(request)[source]

Set global variables available to all templates.