Case Meta Information
Last updated
Was this helpful?
Last updated
Was this helpful?
ADX allows you to access all the meta information available about a case. There are two ways to access these:
CASE
InstanceUsing CASE
you can access all the .
A special dictionary META is supplied to the Jinja template engine that contains. information about the rendering process. You access those with for example
The language key of the requested rendering language, e.g. de
or en
A boolean wether the document is rendered as editable or not
A django timezoned datetime object that represents the time of rendering. You can e.g. display the time of rendering with META.rendered_at.isoformat()
.