<% content_for :title do %><%= @signup_source %> signup issue<% end %>
<% if @organization.present? %> <%= image_tag("layout/carto-logo-darkblue.svg", :alt => "CARTO") %> <% else %> <%= image_tag("layout/carto-logo.svg", :alt => "CARTO") %> <% end %>
<% if @signup_errors %>

Signup issues

    <% @signup_errors.keys.each do |key| %>
  • <%= key %> <%= @signup_errors[key].first %>
  • <% end %>

Please, <% if @organization.owner %><% end %> contact the administrator of <%= @organization.name %><% if @organization.owner %><% end %> to begin your signup process.

<% else %>

Service temporarily unavailable

Please, contact the administrator of <%= @organization.name %> <% if @organization.owner %> (<%= @organization.owner.email %>) <% end %> to begin your signup process.

<% end %>