<%= card_header text: t(".heading"), subtext: @account.name, close_action_path: ( Current.user.admin? ? admin_accounts_path : projects_path) %>

<%= t(".logo.heading") %>

<%= render "accounts/logo", account: @account %>
<%= render "account_logo_form", account: @account %>

<% if policy(AccountAuth).new? %>

<%= t(".invitation.heading") %>

<%= render "form", account_auth: @account_auth, account_id: @account.id %>
<% end %>

<%= pluralize(@members.size, "Account Member") %>

<%= render @members %>
Email Name Role No. Projects