﻿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
13413	blocks ignore if condition	lanyjie	nobody	"Here is a quick recapture:


{{{
base.html:
{% block A %}  {% endblock %}
{% block B %}  {% endblock %}

cond.html:
{% extends ""base.html"" %}
{% if error %}
{% block A %} ERROR! {% endblock %}
{% else %}
{% block B %} NO ERROR! {% endblock %}
{% endif %}
}}}

No matter if there is error or not, you will always get:

{{{
ERROR! 
NO ERROR!
}}}
"		closed	Template system	1.1		invalid			Unreviewed	0	0	0	0	0	0
