diff --git a/resources/views/bills/show.twig b/resources/views/bills/show.twig index 3020e80b06..fd1a4e91c9 100644 --- a/resources/views/bills/show.twig +++ b/resources/views/bills/show.twig @@ -109,32 +109,30 @@
|
-
-
- {% if att.data.title %}
- {{ att.data.title }}
+
+
+ {% if att.title %}
+ {{ att.title }}
{% else %}
- {{ att.data.filename }}
+ {{ att.filename }}
{% endif %}
- ({{ att.data.size|filesize }})
- {% if att.data.description %}
+ ({{ att.size|filesize }})
+ {% if att.description %}
- {{ att.data.description }} + {{ att.description }} {% endif %} |
-
- |