Skip to main content
Toggle navigation menu
Ryanair Help Centre
Search
My bookings
Log in
Ryanair Help Centre
Helpful Links
Helpful Links
Search
EU-261 PDF
Information on EU-261
<% if (actions.length) { %>
<% actions.forEach(function(action, index) { %> <% var pageId = Util.getPageId(); %> <% var isExpanded = action.hasOwnProperty('expandedOn') && action.expandedOn.indexOf(pageId) !== -1; %>
<% if (action.hasOwnProperty('options') && action.options.length) { %>
<%= action.name %>
<% action.options.forEach(function(option, optionIndex) { %>
<%= option.name %>
<% }) %>
<% } else { %>
<%= action.name %>
<% } %>
<% }) %>
<% } %>
<% var articlesInSection = articles .filter(function(article, index) { return article['section_id'] === activeSection; }) .filter(function(article, index) { return index > 5; }); articlesInSection.forEach(function(article, index) { %>
<%= article.title %>
<%= article.body %>
<% }) %>