﻿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
33291	Allow blocks with same name in if/else	Ahmed Saoudi	nobody	"Apparently, the Django template system doesn't allow for a block to appear more than once even within an if/else conditional, even if this means that, practically, the block will appear only once:

{{{
{% if condition %}
  {% block title %}title with {{ variable }}{% endblock %}
{% else %}
  {% block title %}static title{% endblock %}
{% endif %}
}}}


Allowing the block to appear more than once in such a setting may, IMHO; render things way more simple to handle."	New feature	closed	Template system	3.2	Normal	wontfix	template, block		Unreviewed	0	0	0	0	0	0
