<footer class="footer"> <!-- redes sociales --> <div class="sociales"> <div class="wancho flex jcsb"> {% if info.socialFooterText %} <h5>{{ info.socialFooterText }}</h5> {% endif %} {% if info.socialShow and info.socialHeaderShow %} <ul class="sidebar__links footer__links"> {% if info.socialFbShow and info.socialFbUrl %} <li><a href="{{ info.socialFbUrl }}" target="_blank"><img src="{{STATIC_URL}}img/facebook.png" alt="facebook" /></a></li> {% endif %} {% if info.socialLdShow and info.socialLdUrl %} <li><a href="{{ info.socialLdUrl }}" target="_blank"><img src="{{STATIC_URL}}img/linkedin.png" alt="linkedin" /></a></li> {% endif %} {% if info.socialIgShow and info.socialIgUrl %} <li><a href="{{ info.socialIgUrl }}" target="_blank"><img src="{{STATIC_URL}}img/instagram.png" alt="instagram" /></a></li> {% endif %} {% if info.socialYtShow and info.socialYtUrl %} <li><a href="{{ info.socialYtUrl }}" target="_blank"><img src="{{STATIC_URL}}img/youtube.png" alt="youtube" /></a></li> {% endif %} {% if info.socialTtShow and info.socialTtUrl %} <li><a href="{{ info.socialTtUrl }}" target="_blank"><img src="{{STATIC_URL}}img/tiktoklogo.png" alt="tiktok" /></a></li> {% endif %} </ul> {% endif %} </div> </div> <!-- creditos --> <div class="main-footer"> <div class="wancho"> <div class="flex jcsb"> <div class="footer__img flex"> {% if info.logo1Footer|image_path %} <img src="{{ asset(info.logo1Footer|image_path) }}" alt="faw" width="127" height="128" /> {% endif %} {% if info.logo1Footer|image_path %} <img src="{{ asset(info.logo2Footer|image_path) }}" alt="bartolome" width="176" height="80" /> {% endif %} </div> <div class="footer__info-item direcciones"> <span>ESTAMOS UBICADOS EN:</span> <ul> {% for item in info.addressItems %} <li> {% if item.addressUrl %} <a href="{{ item.addressUrl|default('javascript:void(0)') }}" target="{{ item.addressUrl ? '_blank':'_self' }}" class="icon-placeholder" >{{ item.address }}</a > {% else %} {{ item.address }} {% endif %} </li> {% endfor %} </ul> </div> <div class="footer__info-item"> <span>CENTRAL TELEFÓNICA</span> <ul> {% if info.phone %} <li> <a href="tel:{{ info.phone|only_numbers }}" class="icon-phone1">{{ info.phone }}</a> </li> {% endif %} {% if info.whatsapp %} <li> <a href="https://api.whatsapp.com/send?phone={{ info.whatsapp }}" class="icon-whatsapp">{{ info.whatsapp }}</a> </li> {% endif %} {% if info.email %} <li> <a href="mailto:{{info.email|trim|lower}}" class="icon-mail" >{{ info.email }}</a > </li> {% endif %} </ul> </div> </div> <div class="creditos flex jcsb"> <div class="creditos__links flex"> <a href="{{ path('privacy') }}">LEGALES</a> <a href="{{ path('claim') }}">LIBRO DE RECLAMACIONES</a> </div> <p> © Copyright <span id="id_year"></span>. FAW Trucks Perú Todos los derechos reservados. </p> <a class="link-staff" target="_blank" href="http://www.staffcreativa.pe/" > Diseño por <img src="{{STATIC_URL}}img/digital.png" alt="staffdigital" /> </a> </div> </div> </div></footer>