Tarif Wählen

<% if (error) { %>
<%= error %>
<% } %>
<% tariffs.forEach(tariff => { %>
<%= tariff.name %>

<%= tariff.name %>

📦 Startpaket <%= Number(tariff.start_package_price).toFixed(2).replace('.', ',') %>€/einmalig
<%= Number(tariff.price_monthly).toFixed(2).replace('.', ',') %>€ /Monat
Tarif auswählen
<% }) %> <% if (tariffs.length === 0) { %>

Aktuell sind keine Tarife verfügbar. Bitte versuche es später erneut.

<% } %>