[#assign style = ""]
[#if this.groupableFields?has_content || this.sortableFields?has_content]
[#include "ListControlSortGroup.html"/]
[#elseif this.renderer.border]
[#assign style = "border-right-style: solid;"]
[/#if]
[#if this.renderer.border]
[#assign style = style + "border-bottom-style: solid;"]
[/#if]
[#include "ListControlContent.html"/]