{# Template to render a thirdparty OPTIONS * display [raw|label|row|bloc] * with_valid_from bool * addAltNames bool * addLink bool * addEntity bool * addInfo bool #} {% macro raw(thirdparty) %} {{ thirdparty.name }} {% endmacro raw %} {% macro label(thirdparty, addLink, addEntity, addInfo, options) %}
{{ thirdparty.address.streetAddress1 }}
{% endif %} {% if thirdparty.address.streetAddress2 is not empty %}{{ thirdparty.address.streetAddress2 }}
{% endif %} {% if thirdparty.address.postCode is not empty %}{{ thirdparty.address.postCode.code }} {{ thirdparty.address.postCode.name }}
{{ thirdparty.address.postCode.country.name|localize_translatable_string }}
{% endif %}