{% if form.company.bankAccountType is defined %}
{{ form_row(form.company.bankAccountType, {'attr': {'class': 'form-control-solid'}}) }}
{% endif %} {% if form.company.bankAccount is defined %}
{{ form_row(form.company.bankAccount, {'attr': {'class': 'form-control-solid address'}}) }}
{% endif %} {% if form.company.sortCode is defined %}
{{ form_row(form.company.sortCode, {'attr': {'class': 'form-control-solid sort-code'}}) }}
{% endif %} {% if form.company.bank is defined %}
{{ form_row(form.company.bank, {'attr': {'class': 'form-control-solid'}}) }}
{% endif %} {% if form.company.currency is defined %}
{{ form_row(form.company.currency, {'attr': {'class': 'form-control-solid'}} ) }}
{% endif %}
{% if form.company.documents.4 is defined %}
{# {{ form_widget(form.company.documents.4.file) }}#} {# {{ form_widget(form.company.documents.4.documentType) }}#} {# {{ form_widget(form.company.documents.4.fileType) }}#}
{% endif %}
{% if form.company.payoutCondition is defined %}
{{ form_row(form.company.payoutCondition) }}
{% endif %} {% if form.company.payoutPeriod is defined %}

{{ 'payout_condition'|trans }}

{{ form_widget(form.company.payoutPeriod, {'attr': {'class': 'form-control-solid'}}) }}
{% endif %}