{t("All Organizations")}

Manage organizations

<.table id="organizations" rows={@organizations}> <:col :let={org} label={t("Name")}>{org.name} <:col :let={org} label={t("Slug")}>{org.slug} <:col :let={org} label={t("Members")}>{length(org.memberships)} <:col :let={org} label={t("Created")}> {ToweropsWeb.TimeHelpers.format_date(org.inserted_at, @timezone)} <:col :let={org} label="">