<div dir="ltr">Hi,<div>I am trying to extend the DataTable column.</div><div>Trying to figure out how exactly it resolves the appropriate html page.</div><div><br></div><div>My code below</div><div><br></div><div>  from horizon import tables</div><div><br></div><div><div>  class MyTable(tables.DataTable):</div><div>      id = tables.Column("id", verbose_name=_("ID"),</div><div>                        link="horizon:admin:panel:subpanel:detail")</div></div><div><br></div><div>It is not able to find the detail.html in the corresponding template path</div><div><br></div><div>Thanks</div><div>Rajdeep</div></div>