| Title | Category | Located in | Price | Internal # | Publication Status | Actions |
|---|---|---|---|---|---|---|
| {{ listing.title }} | {{ listing.listingsCategory === 'commercialProperty' ? 'Commercial Property' : 'Business' }} | {{ listing.location.name ? listing.location.name : listing.location.county ? listing.location.county : this.selectOptions.getState(listing.location.state) }} | ${{ listing.price ? listing.price.toLocaleString() : '' }} | {{ listing.internalListingNumber ?? '—' }} | {{ listing.draft ? 'Draft' : 'Published' }} | @if(listing.listingsCategory==='business'){ } @if(listing.listingsCategory==='commercialProperty'){ } |
Category: {{ listing.listingsCategory === 'commercialProperty' ? 'Commercial Property' : 'Business' }}
Located in: {{ listing.location?.name ? listing.location.name : listing.location?.county }} - {{ listing.location?.state }}
Price: ${{ listing.price.toLocaleString() }}
Internal #: {{ listing.internalListingNumber ?? '—' }}