+
+
+
+
+
+
{{ t(`organizationSettings.sections.${section.key}.title`) }}
+
{{ t(`organizationSettings.sections.${section.key}.description`) }}
+
+
+
+
+
+ {{ t('organizationSettings.fields.name') }}
+ {{ organization.name }}
+
+
+ {{ t('organizationSettings.fields.slug') }}
+ {{ organization.slug }}
+
+
+ {{ t('organizationSettings.fields.createdAt') }}
+ {{ new Date(organization.createdAt).toLocaleDateString() }}
+
+
+
+
+
+
+ {{ member.displayName }}
+ {{ member.email }}
+
+
{{ t(`organizationSettings.roles.${member.role}`, member.role) }}
+
+
+ {{ t('organizationSettings.sections.members.empty') }}
+
+
+
+
+ {{ t('organizationSettings.sections.billing.placeholderTitle') }}
+ {{ t('organizationSettings.sections.billing.placeholderText') }}
+
+
+
+ {{ t('organizationSettings.sections.connections.placeholderTitle') }}
+ {{ t('organizationSettings.sections.connections.placeholderText') }}
+
+
+
+
+
+ {{ t('organizationSettings.sections.workspaces.empty') }}
+
+
+