{% extends 'directory_components/header_footer/header_base.html' %} {% load static %} {% load i18n %} {% load directory_components_tags %} {% block header_country_selector %} {% if not hide_country_selector %} {% include 'directory_components/header_footer/header_country_select.html' %} {% endif %} {% endblock %} {% block global_header_class %}international{% endblock %} {% block header_class %}international{% endblock %} {% block header_menu_class %}international{% endblock %} {% block header_nav_class %}international{% endblock %} {% block global_header_logo %} {% endblock %} {% block header_logo %} {% trans 'Great Britain and Northern Ireland' %} {% endblock %} {% block header_logo_url %}{{ services_urls.great_international }}{% endblock %} {% block header_extra_links %} {% if hide_country_selector %}
{{ country_selector_form.country }}
{% endif %} {% block header_language_switcher %} {% if language_switcher.show %}
{% language request.LANGUAGE_CODE %}
{% block language_form_inner %}{% endblock %} {{ language_switcher.form.lang }}
{% endlanguage %}
{% endif %} {% endblock %} {% endblock %} {% block header_nav %}
  • {% trans 'Invest' %}
  • {% trans 'UK setup guide' %}
  • {% trans 'Find a UK supplier' %}
  • {% trans 'Industries' %}
  • {% if features.HOW_TO_DO_BUSINESS_ON %}
  • {% trans 'How to do business with the UK' %}
  • {% endif %} {% if features.NEWS_SECTION_ON %}
  • {% trans 'News' %}
  • {% endif %} {% endblock %}