{% import "header.html" as header %} {{ header.notebookerHeader(readonly_mode, scheduler_disabled) }} {{ header.sidebar(all_reports) }}
{% if report_found %}

Customise your report

Report Title:

Existing parameters:

{{ parameters_as_html|safe }}

Override parameters:

Email to:

Email from (optional):

Notebook Template:

Loading
{% 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.
{% endif %}