{% import "header.html" as header %}
{{ header.notebookerHeader(readonly_mode, scheduler_disabled) }}
{{ header.sidebar(all_reports) }}
{% if report_found %}
Customise your report
Notebook Template:
Loading
The "parameters" cell is highlighted in yellow
{% else %}
404 - Report not found
{{ report_name }} may have been deleted from git or the Notebooker instance may be misconfigured.
It will not be possible to run {{ report_name }} until this issue is fixed.