﻿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
26883	makemessages doesn't find blocktrans if it comes after a comment in templates	Max Ludwig	nobody	"I had a template containing a line like the following:

{{{
{# some comment with the word blocktrans #}{% blocktrans with foo=bar %}text text text
}}}

The blocktrans gets closed some lines below. When running makemessages now it didn't find this blocktrans, only after I've removed the comment it found it and created a msgid for it.

Even though I experienced this in a Django 1.4.22 project (which I know is EOL by now) I got told in #django on FreeNode that such a comment needs to be on a separate line which the docs don't say a word about: https://docs.djangoproject.com/ja/1.9/topics/templates/#comments"	Bug	closed	Internationalization	dev	Normal	duplicate			Accepted	0	0	0	0	0	0
