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 { + + } + +
+
+ } +
+