mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Fix list
This commit is contained in:
@@ -96,6 +96,36 @@
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
<tr>
|
||||
<td class="visible-xs visible-sm hidden-md hidden-lg"> </td>
|
||||
<td class="visible-xs visible-sm hidden-md hidden-lg"> </td>
|
||||
<td> </td> {# handle #}
|
||||
<td class="hidden-sm hidden-xs"> </td> {# buttons #}
|
||||
<td> </td>
|
||||
<td style="text-align: right;">
|
||||
{% for sum in objectGroup.sums %}
|
||||
{{ formatAmountBySymbol(sum.saved, sum.currency_symbol, sum.currency_decimal_places) }}<br />
|
||||
{% endfor %}
|
||||
</td>
|
||||
<td class="hidden-sm hidden-xs"> </td> {# remove money #}
|
||||
<td class="hidden-sm hidden-xs"> </td> {# progress#}
|
||||
<td class="hidden-sm hidden-xs"> </td> {# add money #}
|
||||
<td class="hidden-sm hidden-xs" style="text-align: right;">
|
||||
{% for sum in objectGroup.sums %}
|
||||
{{ formatAmountBySymbol(sum.target, sum.currency_symbol, sum.currency_decimal_places) }}<br />
|
||||
{% endfor %}
|
||||
</td>
|
||||
<td class="hidden-sm hidden-xs" style="text-align: right;">
|
||||
{% for sum in objectGroup.sums %}
|
||||
{{ formatAmountBySymbol(sum.left_to_save, sum.currency_symbol, sum.currency_decimal_places) }}<br />
|
||||
{% endfor %}
|
||||
</td>
|
||||
<td class="hidden-sm hidden-xs" style="text-align: right;">
|
||||
{% for sum in objectGroup.sums %}
|
||||
{{ formatAmountBySymbol(sum.save_per_month, sum.currency_symbol, sum.currency_decimal_places) }}<br />
|
||||
{% endfor %}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user