diff --git a/backend/spellbook/templates/admin/spellbook/combo/change_form.html b/backend/spellbook/templates/admin/spellbook/combo/change_form.html index 608b882e..05a86825 100644 --- a/backend/spellbook/templates/admin/spellbook/combo/change_form.html +++ b/backend/spellbook/templates/admin/spellbook/combo/change_form.html @@ -86,15 +86,17 @@ {% endfor %} - {% if original.variants_for_editors.count > suggested_count %} + {% with variants_count=original.variants_for_editors.count %} + {% if variants_count > suggested_count %}
- View more variants of this combo... + View all {{ variants_count }} variants of this combo...