fixes for budgets

This commit is contained in:
2022-03-03 10:37:10 +01:00
parent ac12e75714
commit 0833bb49ca
13 changed files with 97 additions and 84 deletions

View File

@@ -14,7 +14,10 @@
{% set total = total + f.amount %}
<tr>
<td class="column-wide el-type">
{{ f.type|budget_element_type_display(family) }}
<span class="badge-title">
<span class="title_label title_label_{{ family }}"></span>
<span class="title_action">{{ f.type|budget_element_type_display(family) }}<span>
</span>
</td>
<td class="column-small">{{ f.amount|format_currency('EUR') }}</td>
<td class="column-wide">
@@ -91,4 +94,4 @@
</tr>
</tbody>
</table>
{% endmacro %}
{% endmacro %}