{% extends 'base.html' %} {% load static %} {% block title %}Custom Report Builder - Rapha-Bethel BNPS{% endblock %} {% block content %}

Custom Report Builder

Select data source and fields to generate a custom CSV report

Report Configuration
{% csrf_token %}
{% for source in data_sources %}
{% endfor %}
The report will be downloaded as a CSV file. Large datasets may take a moment to generate.
Cancel
{% endblock %}