# Monthly Statement Report

**Customer:** {{customer}}
**Period:** {{month}}

---

## Transaction Summary

| Date | Description | Amount |
|------|-------------|--------|
{{#each transactions}}
| {{this.date}} | {{this.description}} | ${{this.amount}} |
{{/each}}

---

*Report generated for {{customer}}*
