+ {name}
+ {tag && [{tag}]}
+
+ }
+ description={description || 'No mission statement provided.'}
+ sideContent={
+
{logoUrl ? (
) : (
- {name.substring(0, 2).toUpperCase()}
+ {name.substring(0, 2).toUpperCase()}
)}
-
-
-
-
- {name}
- {tag && (
-
- [{tag}]
-
- )}
-
-
-
- {description || 'No mission statement provided.'}
-
-
-
-
- Personnel
- {memberCount} Units
-
-
- Established
-
- {foundedDate ? new Date(foundedDate).toLocaleDateString() : 'Unknown'}
-
-
-
-
-
-
+
+ }
+ stats={
+
+ }
+ actions={
+ <>
{isAdmin && (
-