diff --git a/templates/documents/bill-of-payment.html b/templates/documents/bill-of-payment.html index a189e75..f75eaf4 100644 --- a/templates/documents/bill-of-payment.html +++ b/templates/documents/bill-of-payment.html @@ -80,6 +80,8 @@ td, th { padding: 16px 13px; + /*word-wrap: unset;*/ + } td:first-child, th:first-child { @@ -164,10 +166,15 @@ {% for service in services %} - {{ service.name }} - {{ service.amount }} шт. - {{ service.price }} ₽ - {{ '{:,}'.format(service.price * service.amount).replace(',', ' ') }} ₽ + {{ service.name }} + + {{ service.amount }} шт. + {{ service.price }} ₽ + {{ '{:,}'.format(service.price * service.amount).replace(',', ' ') }}dshfghfghfghfg ₽ {% endfor %}