﻿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
7324	{{ block.super }} doesn't work with nested {% block %} statements	Jesaja Everling	nobody	"Hi everybody!

For me, {{block.super}} does not work in nested {% block %} tags.
This works:

{{{

{% block menu %}

{{ block.super }}

{% endblock menu %}

}}}

This doesn't:

{{{

{% block content %}
{% block menu %}
{{ block.super }}
{% endblock menu %}
{% endblock content %}

}}}

I hope it's not due to something wrong only for my setup, but I think it may be a bug.

Thanks and best regards!"		closed	Template system	dev		invalid	block.super template		Unreviewed	0	1	0	0	0	0
