-
-
{lawyer.name}
-
{lawyer.short}
-
-
- {lawyer.specialties?.length > 0 && (
-
-
Fachgebiete
-
- {lawyer.specialties.map((s: string, i: number) => (
- - {s}
- ))}
-
-
- )}
-
- {lawyer.biography && (
-
-
Über
-
- {lawyer.biography}
-
-
- )}
-
- {lawyer.personal?.length > 0 && (
-
-
Zur Person
-
- {lawyer.personal.map((p: string, i: number) => (
- - {p}
- ))}
-
-
- )}
-