﻿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
10285	Render comment list	Kyle Fuller	Kyle Fuller	"This patch adds the ability to render a comment list directly.

It tries the following templates:
 * ""comments/<app>/<model>/list.html"",
 * ""comments/<app>/list.html"",
 * ""comments/list.html""

Once it has found a template, it will pass a list of comments. This templatetag stop repetition as many templates I have written are implementing a comment list again and again.

The templatetag can be used like:
{{{
{% render_comment_list for [object] %}
{% render_comment_list for [app].[model] [object_id] %}
}}}"		closed	contrib.comments	dev		fixed			Accepted	1	0	0	0	0	0
