From a520b9de9dd117e420df6a47ca2d959a814f6c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 6 Mar 2011 18:26:39 +0100 Subject: Zahlungsrhythmus --- templates/pages/const.mako | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/pages/const.mako b/templates/pages/const.mako index f71943e..1208b59 100644 --- a/templates/pages/const.mako +++ b/templates/pages/const.mako @@ -9,8 +9,12 @@
  • Ende: ${dformat(exp.end)}
  • Zahlungsrhythmus: % if exp.months == 1: - jeden Monat - % else: + monatlich + % elif exp.months == 6: + halbjährlich + % elif exp.months == 12: + jährlich + % else alle ${exp.months} Monate % endif -- cgit v1.2.3