Re: Customizing the new OPAC (Version 3.0.4 Release 1)

Posted by pedroparkero on
URL: http://ngl.70.s1.nabble.com/Customizing-the-new-OPAC-Version-3-0-4-Release-1-tp7573064p7573088.html

Thank you. I tried to edit the lines to include subfields n & 3:

                <#if Fields.T533 ??>
                        <strong>Reproduction Note: </strong>
                        <#list Fields.T533 as val>
                                <#if val.a ??><#list val.a as data>${data}</#list> </#if><#if val.n ??><#list val.n as data>${data}</#list> </#if><#if val.3 ??><#list val.3 as data>${data}</#list> </#if>
                        <br/>
                        </#list>                                                                       
                </#if>

But when I refreshed the single view page, an error that starts with the line below occurs. Where did I go wrong?
 Error parsing included template RecordTemplates/General.ftl Encountered "3" at line 146, column 156 in RecordTemplates/General.ftl. Was expecting one of: "false" ... "true"
-------------------------------------------------
With great knowledge comes great responsibility.