Show bill average.

This commit is contained in:
James Cole
2016-07-05 08:57:45 +02:00
parent e8e7ab01d2
commit f1e8d1cf1e
5 changed files with 83 additions and 4 deletions

View File

@@ -60,6 +60,14 @@
{% endif %}
</td>
</tr>
<tr>
<td>{{ trans('firefly.average_bill_amount_year', {year: year}) }}</td>
<td>{{ '0'|formatAmount }}</td>
</tr>
<tr>
<td>{{ 'average_bill_amount_overall'|_ }}</td>
<td>{{ '0'|formatAmount }}</td>
</tr>
</table>
</div>
</div>