﻿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
21600	Template forloop/forloop.parentloop '.last' property failing	grz5@…	nobody	"{% for questions in section %}
  {% for question in questions %}
    <some HTML which needs to be in this loop>
    {% if not forloop.parentloop.last and not forloop.last %}
      <button>Something here</button>
    {% endif %}
  {% endfor %}
{% endfor %}

Attempting to show an HTML element on every question except for the last question of the last section.

This fails even with the alternative: nested if's.

Could it have something to do with the scoping of 'last'?"	Bug	closed	Template system	1.6	Normal	invalid	template, forloop	grz5@…	Unreviewed	0	0	0	0	1	0
