{{ services.getMenus({"slug" : "first-footer-section-menu"}).getQuery().getOneOrNullResult().getHeader() }}
    {% for menuElement in services.getMenus({"slug" : "first-footer-section-menu"}).getQuery().getOneOrNullResult().getMenuElements() %}
  • {% set link = "#0" %} {% if menuElement.customLink %} {% set link = menuElement.customLink %} {% endif %} {% if menuElement.link %} {% set link = services.changeLinkLocale(app.request.locale, menuElement.link) %} {% endif %} {% if menuElement.icon %} {% endif %} {% if menuElement.label %} {{ menuElement.label }} {% endif %}
  • {% endfor %}
{{ services.getMenus({"slug" : "second-footer-section-menu"}).getQuery().getOneOrNullResult().getHeader() }}
    {% for menuElement in services.getMenus({"slug" : "second-footer-section-menu"}).getQuery().getOneOrNullResult().getMenuElements() %}
  • {% set link = "#0" %} {% if menuElement.customLink %} {% set link = menuElement.customLink %} {% endif %} {% if menuElement.link %} {% set link = services.changeLinkLocale(app.request.locale, menuElement.link) %} {% endif %} {% if menuElement.icon %} {% endif %} {% if menuElement.label %} {{ menuElement.label }} {% endif %}
  • {% endfor %}
{{ services.getMenus({"slug" : "third-footer-section-menu"}).getQuery().getOneOrNullResult().getHeader() }}
    {% for menuElement in services.getMenus({"slug" : "third-footer-section-menu"}).getQuery().getOneOrNullResult().getMenuElements() %} {% set link = "#0" %} {% if menuElement.customLink %} {% set link = menuElement.customLink %} {% endif %} {% if menuElement.link %} {% set link = services.changeLinkLocale(app.request.locale, menuElement.link) %} {% endif %} {% if link == "footer_categories_section" %} {% for category in services.getCategories({ "featured": true, "limit": 4 }).getQuery().getResult() %}
  • {{ category.name }}
  • {% endfor %} {% else %}
  • {% if menuElement.icon %} {% endif %} {% if menuElement.label %} {{ menuElement.label }} {% endif %}
  • {% endif %} {% endfor %}
{% if services.getSetting("contact_phone") != "" or services.getSetting("contact_fax") != "" or services.getSetting("facebook_url") != "" or services.getSetting("instagram_url") != "" or services.getSetting("youtube_url") != "" or services.getSetting("twitter_url") != "" %}
{{ "Contact Us"|trans }}
{% endif %} {% if services.getSetting("contact_phone") != "" or services.getSetting("contact_fax") != "" %}

{{ "Phone"|trans }}: {{ services.getSetting("contact_phone") }}
{{ "Fax"|trans }}: {{ services.getSetting("contact_fax") }}

{% endif %} {% if services.getSetting("facebook_url") != "" or services.getSetting("instagram_url") != "" or services.getSetting("youtube_url") != "" or services.getSetting("twitter_url") != "" %}
{% if services.getSetting("facebook_url") != "" %} {% endif %} {% if services.getSetting("instagram_url") != "" %} {% endif %} {% if services.getSetting("youtube_url") != "" %} {% endif %} {% if services.getSetting("twitter_url") != "" %} {% endif %}
{% endif %}
{% if app.request.get('_route') and locales|split('|')|length > 2 %}
{{ "Language"|trans }}
{{ app.request.locale|getLangName }}  
{% for locale in locales|split('|') if locale != "" and locale != app.request.locale %} {{ locale|getLangName }} {% endfor %}
{% endif %}

{% if services.getSetting('show_terms_of_service_page') == "yes" %} {{ "Terms of service"|trans }} | {% endif %} {% if services.getSetting('show_privacy_policy_page') == "yes" %} {{ "Privacy policy"|trans }} | {% endif %} {% if services.getSetting('show_cookie_policy_page') == "yes" %} {{ "Cookie policy"|trans }} | {% endif %} {% if services.getSetting('show_gdpr_compliance_page') == "yes" %} {{ "GDPR compliance"|trans }} {% endif %}

{{ "Copyright"|trans }} © {{ "now"|date('Y') }}