Hi All,
I'm trying to implement a template into my apex app using AOP. The template contains a table which looks like this….

So I'm trying to build on this with some conditional formatting. In this example, I'd like to highlight the row where cust_city = london.
I tried doing this…

But got an error
ORA-20000: The AOP Server can not process your request. RequestID: 4b501242-aa9b-43c6-8df4-c6c5fb9e3e36 Please have a look at the following errors: The tag beginning with "{/cust_cit" is unclosed The tag "customers" is closed by the tag "cust_city == 'London'" The loop with tag "customers" is unopened The scope parser for the tag "cust_first_name\cell_background_color:#FFF2AC" failed to compile The scope parser for the tag “cust_last_name”
How do I go about doing this?