diff --git a/templates/list.html b/templates/list.html
index 000e4dc..6b4c2bc 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -215,6 +215,8 @@
const isShare = document.getElementById('items').dataset.isShare === 'true';
window.IS_SHARE = isShare;
window.LIST_ID = {{ list.id }};
+ window.IS_OWNER = {{ 'true' if is_owner else 'false' }};
+
diff --git a/templates/list_share.html b/templates/list_share.html
index 1cc9968..61f4cdf 100644
--- a/templates/list_share.html
+++ b/templates/list_share.html
@@ -100,14 +100,13 @@
{% endif %}
💸 Łącznie wydano: {{ '%.2f'|format(total_expense) }} PLN
-