29 lines
331 B
Markdown
29 lines
331 B
Markdown
---
|
|
tags:
|
|
- firma
|
|
name: <% tp.file.title %>
|
|
kurzname:
|
|
branche:
|
|
ort:
|
|
---
|
|
|
|
# <% tp.file.title %>
|
|
|
|
## Überblick
|
|
|
|
- **Branche:**
|
|
- **Standort:**
|
|
- **Beziehung:**
|
|
|
|
## Personen
|
|
|
|
```dataview
|
|
TABLE email, kategorie
|
|
FROM "00 Kontext/Personen"
|
|
WHERE firma = [[<% tp.file.title %>]]
|
|
SORT kategorie ASC, nachname ASC
|
|
```
|
|
|
|
## Notizen
|
|
|