fnp
/
django-ssify.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6ddabd32f45cee2e9444986b7a6d5cacf8be0934
[django-ssify.git]
/
tests
/
templates
/
tests
/
quote.html
1
{% load test_tags %}
2
{% quote_len_odd number as odd %}
3
{{ quote }}
4
Line {{ number }} of {% number_of_quotes %}
5
{{ odd.if }}Odd number of characters.
6
{{ odd.else }}Even number of characters.
7
{{ odd.endif }}