{{ report.description }}
{{ report.category }}Total: {{ reportData.total }}
| Equipment Type | Description | Count |
|---|---|---|
| {{ item.equipmenttype }} | {{ item.description }} | {{ item.count }} |
Total: {{ reportData.total }}
| Status | Count |
|---|---|
| {{ item.status }} | {{ item.count }} |
| Article | Application | Clicks |
|---|---|---|
| {{ item.shortdescription }} {{ item.shortdescription }} | {{ item.application || '-' }} | {{ item.clicks }} |
Total Assets: {{ reportData.total }}
| Type | Count |
|---|---|
| {{ item.type }} | {{ item.count }} |
| Status | Count |
|---|---|
| {{ item.status }} | {{ item.count }} |
| Location | Count |
|---|---|
| {{ item.location }} | {{ item.count }} |
{{ JSON.stringify(reportData, null, 2) }}