﻿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
18742	Template tag length returns invalid value	lukaslipka@…	nobody	"The length template tag shows some weird behavior for undefined values.

A condition such as evaluates true, when blabla is undefined:

{{{
{% if blabla|length > 5 %}
  {{ blabla|length }}
{% endif %}
}}}

Even though it evaluates true, the output of {{ blabla|length }} is 0."	Bug	closed	Template system	1.4	Normal	duplicate			Design decision needed	0	0	0	0	0	0
