{{ 'Name'|trans }} | +{{ 'Phonenumber1'|trans }} | +{{ 'Phonenumber2'|trans }} | +{{ 'Email'|trans }} | +{{ 'Address'|trans }} | +{{ 'Active'|trans }} | +|
---|---|---|---|---|---|---|
{{ entity.name }} | +{{ entity.phonenumber1 }} | +{{ entity.phonenumber2 }} | +{{ entity.email }} | ++ {% if entity.address is not null %} + {{ entity.address.street}}, {{ entity.address.streetnumber }} + {% endif %} + | ++ {%- if entity.active -%} + + {%- else -%} + + {%- endif -%} + | ++ + | +
{{ 'Title'|trans }} | +{{ 'Available for users'|trans }} | +{{ 'Address required'|trans }} | +{{ 'Contact data'|trans }} | +{{ 'Active'|trans }} | +|
---|---|---|---|---|---|
{{ entity.title | localize_translatable_string }} | ++ {%- if entity.availableForUsers -%} + + {%- else -%} + + {%- endif -%} + | +{{ entity.addressRequired|trans }} | +{{ entity.contactData|trans }} | ++ {%- if entity.active -%} + + {%- else -%} + + {%- endif -%} + | ++ + | +