Hi,
I am trying to get the value of the property "Static" of an attribute into a document generated with a template in ea. The attribute object belongs to a class in the project browser.
In the template I have inserted the following table:

In the project browser there are three attributes, two have the static property set to true one has it set to false.



In the generated documents all attribute objects are shown as static.

As you can see in the first image, I have used the fields "{Att.Static}" and "{Att.IsStatic}". But the value of both fields is always "true" or "static" for all of the three attributes.
How can I get the value of that property into my generated document?