+
+
+ Political Statements
+
+
+
+ {showPoliticalStatements && (
+ <>
+ {/* Language Tabs */}
+
+ {(['de', 'en'] as const).map(lang => (
+
+ ))}
+
+
+ {/* Create Form */}
+
+
+ {/* List */}
+
+ {politicalStatements
+ .filter(s => s.locale === politicalStatementsLocale)
+ .map(stmt => (
+
+
+ ))}
+ {politicalStatements.filter(s => s.locale === politicalStatementsLocale).length === 0 && (
+
+ No statements for this language yet.
+
+ )}
+
+ >
+ )}
+
+