{% load i18n %} {% for spell in spells %} {% blocktrans with spell.spell as spell and spell.wave as wave and spell.target as target and spell.caster as caster and spell.count as count%} '{{spell}}', '{{wave}}', '{{target}}', '{{caster}}', '{{count}}' {% endblocktrans %} {% endfor %}