diff --git a/cards/templates/cards/_card_preview.html b/cards/templates/cards/_card_preview.html
index 8006df3..718be28 100644
--- a/cards/templates/cards/_card_preview.html
+++ b/cards/templates/cards/_card_preview.html
@@ -47,7 +47,7 @@
Intelligence (score)
{% for t in card.intelligence_star_types %}{% if t == 'full' %}★{% else %}☆{% endif %}{% endfor %}
-
(orig: {{ card.intelligence_orig }})
+
(orig: {{ card.intelligence_orig }})
diff --git a/cards/templates/cards/backgrounds_list.html b/cards/templates/cards/backgrounds_list.html
index 199ae6c..b910f29 100644
--- a/cards/templates/cards/backgrounds_list.html
+++ b/cards/templates/cards/backgrounds_list.html
@@ -11,6 +11,9 @@
+
diff --git a/cards/templates/cards/bulk_edit.html b/cards/templates/cards/bulk_edit.html
index 517de24..f1ea801 100644
--- a/cards/templates/cards/bulk_edit.html
+++ b/cards/templates/cards/bulk_edit.html
@@ -1,8 +1,8 @@
{% extends "cards/base.html" %}
{% block content %}
-
- Cards overview — bulk edit
+
+ Cards overview — bulk edit{% if card_count %} ({{ card_count }} card{{ card_count|pluralize }}){% endif %}
Edit multiple cards inline and save changes in one go.