@if(Comp != null){
{{ Comp.city }}, {{ Comp.stateOrRegion }} {{ Comp.postalCode }}
@for (line of Desc; track line.length){
{{ line }}
}
@if (Comp.emailVerified){
} @else {
VERIFY EMAIL>
You must verify your company email before you can post job listings.
}
Active Job Listings
@for (listing of List; track listing.id) {
{{ listing.title }}
}
@if (Comp.emailVerified){
} @else {
VERIFY EMAIL>
You must verify your company email before you can post job listings.
}
Employees
@for (listing of CompEmployees; track listing.id) {
{{ listing.accountName }}
@if (listing.accountID != auth.loggedInUser.id){
} @else {
}
}
}