{{ form_widget(homeform.buildingNumber, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.unitNumber, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.county, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.numberStories, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.yearConstruction, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.typeConstruction, {'attr': {'class': 'form-select custom-select'}}) }}
{{ form_widget(homeform.typeProperty, {'attr': {'class': 'form-select custom-select'}}) }}
{{ form_widget(homeform.buildingValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.contentsValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.extraExpenses, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.outdoorsConstruction, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.outdoorsDescription, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.bodyWaterNear, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.hurricane, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.hurricaneContent, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.stormShutters, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.earthquake, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.earthquakeContent, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.bettermentsValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.liabilityValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.employeLiability, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.liabilityUSA, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.glassValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.theftValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.assault, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.moneySecurities, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.jewelryValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.electronicValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.machineryValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.boilerValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.golfCartsValue, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.airBnb, {'attr': {'class': 'form-select custom-select'}}) }}
{{ form_widget(homeform.airBnbSurvey, {'attr': {'class': 'form-select custom-select'}}) }}
{{ form_widget(homeform.addOtherInsured, {'attr': {'class': 'form-select custom-select'}}) }}
{{ form_widget(homeform.packName, {'attr': {'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.issuingHome, {'attr':{'placeholder' : 'HH:MM:SS', 'class': 'form-control custom-input'}}) }}
{{ form_widget(homeform.additionalInsured) }}
{{ form_widget(homeform.beneficiary, {'attr': {'class': 'form-control custom-input'}}) }}