@if (submitted && !property().name) {
Name 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.
}