{% import 'AppBundle:Documents:v2\\Import\\group.html.twig' as groupF %} {% set footerClass = footerClass ?? 'fs-10 lh-18 fw-400 fs-i ta-center t-dark-grey' %} {% set footerId = footerId is defined ? footerId : 'footer-portrait' %} {% if without_footer is defined and without_footer == 1 %} {% else %} {% if groupData.addressBilling.country == constant('AppBundle\\Entity\\Common\\Language::DEFAULT_LOCALE')|upper %} {% include 'AppBundle:Documents:v2\\Include\\Global\\footer_standard.html.twig' %} {% else %} {% include 'AppBundle:Documents:v2\\Include\\Global\\footer_spec.html.twig' %} {% endif %} {% endif %}