﻿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
8398	Admin lists aren't showing non-field columns in table header	Marinho Brandão	Manuel Saelices	"When declared a method in list_display attribute of a ModelAdmin class, this column header (TH) is shown in result list of change_list_result.html with an error and this make it hidden, as follows:

{{{
<th&lt;font color=&#39;red&#39;&gt;header.class_attrib&lt;/font&gt;>
}}}

this line must have an {% if %} consistence around '''header.class_attrib''':

{{{
{% for header in result_headers %}<th{{ header.class_attrib }}>
}}}
"		closed	contrib.admin	dev		worksforme			Accepted	1	0	0	0	0	0
