﻿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
5773	Typo in templatetag docs results in error after using docutils	durdinator	nobody	"The error:
{{{
If you need to combine and and or to do advanced logic, just use nested if tags. For example:

{% if athlete_list %}
{% if coach_list or cheerleader_list %}
We have athletes, and either coaches or cheerleaders!
System Message: WARNING/2 (<tag:if>, line 50)
Definition list ends without a blank line; unexpected unindent.
{% endif %}

System Message: WARNING/2 (<tag:if>, line 51)
Definition list ends without a blank line; unexpected unindent.
{% endif %}
}}}
"		closed	Documentation	dev		fixed			Unreviewed	1	0	0	0	0	0
