class CrossTabReportWithCustomVerboseName(CrosstabReport):
report_title = _("Crosstab with customized verbose name")
report_description = _("Demonstrates how to customize the verbose name"
"Here, in each column header, we show 'Sales for Widget A' instead of the raw PK .")
crosstab_columns = [CustomCrossTabTotalField]