{% extends "django_reports/reportconfiguration_detail.html" %} {% block content %}
This is a demo report. It can render anything you like as rendering is performed by render_report() function
This view has access to the configuration object
{{report_config.settings}}
It also has access to the actual data unique to this report class