diff --git a/resources/views/bills/show.twig b/resources/views/bills/show.twig index 96603a4171..c912bc5583 100644 --- a/resources/views/bills/show.twig +++ b/resources/views/bills/show.twig @@ -32,8 +32,9 @@ {{ trans('firefly.repeat_freq_' ~object.data.repeat_freq) }}. + - {{ 'bill_is_active'|_ }} + {{ 'bill_is_active'|_ }} {% if object.data.active %} {{ 'yes'|_ }} @@ -62,6 +63,12 @@ +
@@ -84,6 +91,17 @@ {{ 'rescan_old'|_ }}
+ {% if object.data.notes != '' %} +
+
+

{{ 'notes'|_ }}

+
+
+ {{ object.data.notes }} +
+
+ {% endif %} + {% if object.data.attachments_count > 0 %}