diff --git a/app/templates/cotton/transaction/item.html b/app/templates/cotton/transaction/item.html
index 6e99e74..4873630 100644
--- a/app/templates/cotton/transaction/item.html
+++ b/app/templates/cotton/transaction/item.html
@@ -66,21 +66,25 @@
-
+
+
+
{# Exchange Rate#}
{% with exchanged=transaction.exchanged_amount %}
{% if exchanged %}
-
+
+
+
{% endif %}
{% endwith %}
{% if transaction.account.group %}{{ transaction.account.group.name }} • {% endif %}{{ transaction.account.name }}
diff --git a/app/templates/cotton/ui/transactions_action_bar.html b/app/templates/cotton/ui/transactions_action_bar.html
index 824d3d3..d4500de 100644
--- a/app/templates/cotton/ui/transactions_action_bar.html
+++ b/app/templates/cotton/ui/transactions_action_bar.html
@@ -58,7 +58,7 @@ _="on change from #transactions-list or htmx:afterSettle