{% extends '::base.html.twig' %} {% block body -%}
Id | {{ entity.id }} |
---|---|
Streetnumber | {{ entity.streetnumber }} |
Buildingname | {{ entity.buildingname }} |
Streetsuffix | {{ entity.streetsuffix }} |
Streetname | {{ entity.streetname }} |
Streettype | {{ entity.streettype }} |
Streetdirection | {{ entity.streetdirection }} |
Addresstypeid | {{ entity.addresstypeId }} |
Addresstypeidentifier | {{ entity.addresstypeidentifier }} |
Localmunicipality | {{ entity.localmunicipality }} |
Citytown | {{ entity.citytown }} |
Governingdistrict | {{ entity.governingdistrict }} |
Postaarea | {{ entity.postaarea }} |
Latitude | {{ entity.latitude }} |
Longitude | {{ entity.longitude }} |