{% extends "django_reports/reportconfiguration_detail.html" %} {% block content %}

About

This is a demo report. It can render anything you like as rendering is performed by render_report() function

Configuration

This view has access to the configuration object

{{report_config.settings}}

It also has access to the actual data unique to this report class

Toggle
{{ report.toggle|yesno }}
String
{{ report.string }}
{% endblock %}