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
<% if (success) { %>
<%= success %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>

Tarife verwalten

<% tariffs.forEach(tariff => { %>
<%= 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) %>€
<% }) %> <% if (tariffs.length === 0) { %>
Noch keine Tarife angelegt.
<% } %>