﻿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	nobody	"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/def/ref/templates/builtins/#for-empty]"	Bug	new	Documentation	dev	Normal		typo		Unreviewed	0	0	0	0	1	0
