﻿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
16005	Missing and operator in blocktrans documentation	bezidejni	bezidejni	"The documentation says:

{{{If you need to bind more than one expression inside a blocktrans tag, separate the pieces with and:}}}
{{{#!python
{% blocktrans with book_t=book|title author_t=author|title %}
This is {{ book_t }} by {{ author_t }}
{% endblocktrans %}
}}}

But as you can see, the and operator is missing between two expressions."	Bug	closed	Documentation	1.3	Normal	fixed	blocktrans	hraban	Ready for checkin	0	0	0	0	0	0
