% content_for :content do %>
<% if current_user.support? && request.path != "/organisations" %>
<%= @organisation.name %>
<% end %>
<%= content_for(:title) %>
<% items = tab_items(current_user) %>
<%= content_for(:tab_title) %>
<%= content_for?(:organisations_content) ? yield(:organisations_content) : yield %>
<% end %>
<%= render template: "layouts/application" %>