Verwalte Liegenschaften
Nr. Name Eigentümer Straße Hausnummer Postleitzahl Stadt Bundesland Einheiten Status Projekte Labels Land Nr... {{ property.name }} Eigentümer... {{ property.street }} {{ property.houseNumber }} {{ property.zipCode }} {{ property.city }} Bundesland... Einheiten... Status... Projekte... Labels...
{{ property.country?.name }}
@if (submitted && !property().name) { Name is required. }
@if (submitted && !property().street) { Street is required. }
@if (submitted && !property().houseNumber) { House number is required. }
@if (submitted && !property().zipCode) { Zip code is required. }
@if (submitted && !property().city) { City is required. }
@if (selectedOption) {
{{ selectedOption.name }}
}
{{ country.name }}
@if (property().id) {
@for (attachment of property().attachments; track attachment.id) { }
Drag and drop files to here to upload.
}