diff --git a/resources/views/bills/index.twig b/resources/views/bills/index.twig index 27d6a93168..ae637245ac 100644 --- a/resources/views/bills/index.twig +++ b/resources/views/bills/index.twig @@ -26,8 +26,6 @@
-| {{ trans('list.notes') }} | -{{ object.notes|markdown }} | +{{ object.notes.data[0].markdown }} |
|
-
-
- {% if att.title %}
- {{ att.title }}
+
+
+ {% if att.data.title %}
+ {{ att.data.title }}
{% else %}
- {{ att.filename }}
+ {{ att.data.filename }}
{% endif %}
- ({{ att.size|filesize }})
- {% if att.description %}
+ ({{ att.data.size|filesize }})
+ {% if att.data.description %}
- {{ att.description }} + {{ att.data.description }} {% endif %} |
- |