This commit is contained in:
Sander Dorigo
2025-02-04 08:37:02 +01:00
parent 72132a19b0
commit 51f84b3060

View File

@@ -71,8 +71,8 @@
<tr>
<td>{{ 'start_date'|_ }}</td>
<td>
{% if piggyBank.startdate %}
{{ piggyBank.startdate.isoFormat(monthAndDayFormat) }}
{% if piggyBank.start_date %}
{{ piggyBank.start_date.isoFormat(monthAndDayFormat) }}
{% else %}
<em>{{ 'no_start_date'|_ }}</em>
{% endif %}
@@ -81,14 +81,14 @@
<tr>
<td>{{ 'target_date'|_ }}</td>
<td>
{% if piggyBank.targetdate %}
{{ piggyBank.targetdate.isoFormat(monthAndDayFormat) }}
{% if piggyBank.target_date %}
{{ piggyBank.target_date.isoFormat(monthAndDayFormat) }}
{% else %}
<em>{{ 'no_target_date'|_ }}</em>
{% endif %}
</td>
</tr>
{% if piggyBank.targetdate and piggy.save_per_month %}
{% if piggyBank.target_date and piggy.save_per_month %}
<tr>
<td>{{ 'suggested_amount'|_ }}</td>
<td>