<div dir="ltr">Hi all,<div>I'm using freemarker template, getting names and values of features in this way (for example):</div><div><font face="monospace, monospace">   <#list features as feature></font></div><div><font face="monospace, monospace">     <li></font></div><div><font face="monospace, monospace">       <ul></font></div><div><font face="monospace, monospace">         <#list feature.attributes as attribute></font></div><div><font face="monospace, monospace">           <#if !attribute.isGeometry></font></div><div><font face="monospace, monospace">             <li><b>${<a href="http://attribute.name">attribute.name</a>}</b>: ${attribute.value}</li></font></div><div><font face="monospace, monospace">           </#if></font></div><div><font face="monospace, monospace">        </#list></font></div><div><font face="monospace, monospace">      </ul></font></div><div><font face="monospace, monospace">    </li></font></div><div><span style="font-family:monospace,monospace">    <hr></span></div><div><font face="monospace, monospace">  </#list></font></div><div><br></div><div>There is a way to use "alias" attribute names?</div><div>If I define some alias or descriptions for attributes in geonode metadata layers, they can be used?</div><div>There is a way to define alias in geoserver or in Postgresql (my layers are all in DB Postgresql) that can be recalled in content.ftl files?</div><div><br></div><div>Tipically I set some text directly in content.ftl files, but now I've layers with many fields and it would be better enter alias for attributes once, maybe in the attribute tabs of the layer in Geonode!</div><div><br></div><div>Thanks</div><div>Annalisa</div><div><br></div></div>