diff --git a/resources/views/bills/show.twig b/resources/views/bills/show.twig index 7e81359214..3b95175b61 100644 --- a/resources/views/bills/show.twig +++ b/resources/views/bills/show.twig @@ -12,19 +12,6 @@

{{ bill.name }}

- {% if bill.active %} - - {% else %} - - {% endif %} - - {% if bill.automatch %} - - {% else %} - - {% endif %} - -
@@ -48,8 +35,28 @@ {{ 'repeats'|_ }} {{ trans('firefly.repeat_freq_' ~bill.repeat_freq) }}. - + + {{ 'bill_is_active'|_ }} + + {% if bill.active %} + {{ 'yes'|_ }} + {% else %} + {{ 'no'|_ }} + {% endif %} + + + + {{ 'bill_will_automatch'|_ }} + + {% if bill.automatch %} + {{ 'yes'|_ }} + {% else %} + {{ 'no'|_ }} + {% endif %} + + + {{ 'next_expected_match'|_ }}