%= csrf_meta_tags %> <%= csp_meta_tag %> <%= render 'layouts/set_js_locale' %> <%= javascript_include_tag "application", "data-turbo-track": "reload" %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= favicon_link_tag asset_path('favicon.png') %>
<% if @tenant and not @tenant.tenant_billing.has_active_subscription? and (user_signed_in? and current_user.owner?) %> <%= render 'layouts/no_active_subscription_banner' %> <% end %> <% if @tenant %> <%= render 'layouts/header' %> <% end %> <%= render 'layouts/alerts' %>