{% comment %} === REPORT CONFIGURATION MODAL (shared partial) === Renders the "Generate Report" modal and its month-vs-custom-dates toggle script. Included by both the Dashboard (index.html) and the Report page (report.html) so users can launch a new report from either place without duplicating the modal HTML or the JS. Requires in the parent template context: - `projects` (queryset of Project, for the project dropdown) - `teams` (queryset of Team, for the team dropdown) If those are missing, the dropdowns simply show "All Projects" / "All Teams" — no crash. {% endcomment %}