From 1534c14a68203fbd3ae2d50aeb499f6b92b87d3c Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Thu, 4 Jul 2024 20:43:07 +0200 Subject: [PATCH] Umbau broker listing --- .../broker-listings.component.html | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html b/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html index f479ec0..581f413 100644 --- a/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html +++ b/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html @@ -61,3 +61,37 @@ --> +
+
+ + @for (user of users; track user) { +
+
+ + @if(user.hasProfile){ + + } @else { + + } +
+

{{ user.description }}

+

{{ user.firstname }} {{ user.lastname }}

+

{{ user.companyName }}

+
+
+
+ + @if(user.hasCompanyLogo){ + + } @else { + + } + +
+
+ } +
+