﻿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
33370	{% if %} tag incorreclty being evaluated	Michael	nobody	"In the below snippet, I actually check {% if DEBUG %}, but just to prove the result is Falsey:

{{{
{% load cache %}

{% if False %}
    {% cache None user.email user.first_name %}
{% endif %}
Here's some content I don't wish to cache when DEBUG is on.
{% if False %}
    {% endcache %}
{% endif %}
}}}

The error generated is:
{{{
Invalid block tag on line 28: 'endif', expected 'endcache'. Did you forget to register or load this tag?
}}}"	Uncategorized	closed	Template system	4.0	Normal	invalid	templatetag		Unreviewed	0	0	0	0	0	0
