Tarife
<%= stats.total || 0 %>
Gesamt Mitglieder
<%= stats.active_count || 0 %>
Aktive Mitglieder
<%= stats.last_30_days || 0 %>
Letzte 30 Tage
<%= stats.minors || 0 %>
Minderjährige
<%= success %>
<% } %>
<% if (error) { %><%= error %>
<% } %>
Tarife verwalten
<% tariffs.forEach(tariff => { %>
<% }) %>
<% if (tariffs.length === 0) { %>
<%= tariff.active ? '✅ Aktiv' : '❌ Inaktiv' %>
<% if (tariff.category_name) { %>
<%= tariff.category_name %>
<% } %>
<%= tariff.name %>
💰 <%= Number(tariff.price_monthly).toFixed(2) %>€/Monat
📅 <%= tariff.duration_months %> Monate
📦 Startpaket: <%= Number(tariff.start_package_price).toFixed(2) %>€
Noch keine Tarife angelegt.
<% } %>