{% trans_default_domain 'front_default' %} {% set infos = infos is defined ? infos : website.information|info(app.request.locale) %} {% set phones = infos.phones.footer is defined and infos.phones.footer|length > 0 ? infos.phones.footer : [] %} {% set emails = infos.emails.footer is defined and infos.emails.footer|length > 0 ? infos.emails.footer : [] %} {% set addresses = infos.addresses.footer is defined and infos.addresses.footer|length > 0 ? infos.addresses.footer : [] %} {% set logo = logos.footer is defined and logos.footer ? logos.footer : null %} {% set networks = logos['social-networks'] is defined and logos['social-networks'] ? logos['social-networks'] : null %} {% set footerDescription = information.introduction is defined and information.introduction|striptags|length > 0 ? information.introduction : null %} {% set footerDescription = seo.footerDescription is defined and seo.footerDescription|striptags|length > 0 ? seo.footerDescription : footerDescription %}