{{ tdoc.title }}

Exported from {{ model.system.get('server.url') }} {%- for column in rows[0] -%} {%- endfor -%} {%- for row in rows -%}{% if loop.index0 %} {%- for column in row -%} {%- endfor -%} {% endif %}{%- endfor -%}
{% if column.type == 'problem_detail' %} {{ column.value }} {% else %} {{ column.value }} {% endif %}
{% if column.type == 'record' and column.raw %} {{ column.value|string|nl2br|safe }} {% elif column.type == 'records' %} {%- for record in column.raw -%} {% if loop.index0 %}/{% endif %} {% if record.raw %} {{ record.value|string|nl2br|safe }} {% else %} {{ record.value|string|nl2br|safe }} {% endif %} {%- endfor -%} {% else %} {{ column.value|string|nl2br|safe }} {% endif %}