<%= link_to t("layouts.header.open_gov", open: "#{t('layouts.header.open')}").html_safe %>

<%= t("layouts.footer.description", open_source: link_to(t("layouts.footer.open_source"), t("layouts.footer.open_source_url"), target: "blank"), consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank")).html_safe %> <%= t("layouts.footer.contact_us") %> <%= link_to t("layouts.footer.faq"), page_path('faq') %>

<%= link_to t("layouts.footer.participation_title"), root_path %>

<%= t("layouts.footer.participation_text") %>

<%= link_to t("layouts.footer.transparency_title"), t("layouts.footer.transparency_url") %>

<%= t("layouts.footer.transparency_text") %>

<%= link_to t("layouts.footer.open_data_title"), "/opendata" %>

<%= t("layouts.footer.open_data_text") %>

<%= t("layouts.footer.copyright", year: Time.current.year) %> |  <%= link_to t("layouts.footer.more_info"), page_path('more_information') %> |  <%= link_to t("layouts.footer.privacy"), page_path('privacy') %> |  <%= link_to t("layouts.footer.conditions"), page_path('conditions') %> |  <%= link_to t("layouts.footer.accessibility"), page_path('accessibility') %>

    <% if setting['twitter_handle'] %>
  • <%= link_to "https://twitter.com/#{setting['twitter_handle']}", target: "_blank", title: t("social.twitter") + t('shared.target_blank_html') do %> <%= t("social.twitter") %> <% end %>
  • <% end %> <% if setting['facebook_handle'] %>
  • <%= link_to "https://www.facebook.com/#{setting['facebook_handle']}/", target: "_blank", title: t("social.facebook") + t('shared.target_blank_html') do %> <%= t("social.facebook") %> <% end %>
  • <% end %> <% if setting['blog_url'] %>
  • <%= link_to setting['blog_url'], target: "_blank", title: t("social.blog") + t('shared.target_blank_html') do %> <%= t("social.blog") %> <% end %>
  • <% end %> <% if setting['youtube_handle'] %>
  • <%= link_to "https://www.youtube.com/#{setting['youtube_handle']}", target: "_blank", title: t("social.youtube") + t('shared.target_blank_html') do %> <%= t("social.youtube") %> <% end %>
  • <% end %>