# ⚔️ Military Report: `= this.file.name`
📅 **Date:** `= this.date`
📍 **From:** `= this.location_from` → **To:** `= this.location_to`
🎖️ **Commander:** `= this.commander`
🛡️ **Army Involved:** `= this.army_involved`
📜 **Status:** `= this.status`
---
## 🎯 **Mission Overview**
- **Objective:** `= this.objective`
- **Threats:** `= this.threats`
- **Forces Deployed:** `= this.forces_deployed`
- **Casualties:** `= this.casualties`
- **Outcome:** `= this.outcome`
---
## 🛡️ **Council Involvement**
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID
rows.council_member as "Council Member",
rows.role as "Role",
rows.notes as "Notes"
FROM ""
WHERE file.name = this.file.name
FLATTEN [
{council_member: "Brinn Whitewood", role: brinn_whitewood_role, notes: brinn_whitewood_notes},
{council_member: "Tybalt Rattigan", role: tybalt_rattigan_role, notes: tybalt_rattigan_notes},
{council_member: "Gideon", role: gideon_role, notes: gideon_notes},
{council_member: "Borion Nightshade", role: borion_nightshade_role, notes: borion_nightshade_notes},
{council_member: "Tartuk", role: tartuk_role, notes: tartuk_notes},
{council_member: "Maximus", role: maximus_role, notes: maximus_notes},
{council_member: "Linzi Fairwind", role: linzi_fairwind_role, notes: linzi_fairwind_notes}
] as rows
```
%%
%% DATAVIEW_PUBLISHER: end %%