How to use Pawtucket2 display template syntax to print the value of a dropdown metadata attr

I am trying to use the display template syntax in pawtucket2 to print metadata attributes in the object detail template page. So far I was successful in printing attibutes of type string (text) but, for the life of me, I cannot figure out how to print the value of metadata attribute of type List (aka drop down, or select) using the pawtucket2 display template syntax.

App: Pawtucket 2 v1.7.13

For example,

^ca_objects.text_attribute_key => prints the value of a text metadata attribute

^ca_objects.dropdown_attribute_key => prints nothing, <ifdef> tag also does not recognize it

Comments

Sign In or Register to comment.