﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20606	Non equivalent code example in template tag for…empty	Baptiste Darthenay		"There is two different versions of code that should be equivalent, but there are two differences, which are a **plural** and an **exclamation mark**.

{{{#!python
{% empty %}
    <li>Sorry, no athlete in this list!</li>
{% endfor %}
}}}

{{{#!python
{% else %}
    <li>Sorry, no athletes in this list.</li>
{% endif %}
}}}

We might keep the second version I think.

[https://docs.djangoproject.com/en/dev/ref/templates/builtins/#for-empty]"	Bug	closed	Documentation	dev	Normal	fixed	typo	baptiste+django-code@…	Accepted	0	0	0	0	1	0
