Django
The web framework for perfectionists with deadlines.
Overview
Download
Documentation
News
Community
Code
Issues
About
♥ Donate
Issues
GitHub Login
DjangoProject Login
Preferences
API
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
Back to Ticket #4539
Ticket #4539
: testing.html
File testing.html,
300 bytes
(added by
permonik@…
,
16 years ago
)
Template used in example
Line
1
{% load i18n %}
2
{% for spell in spells %}
3
{% 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%}
4
'{{spell}}', '{{wave}}', '{{target}}', '{{caster}}', '{{count}}'
5
{% endblocktrans %}
6
{% endfor %}
Download in other formats:
Original Format
Back to Top