| Enabled | {% if testRecord.enabledState == "enabled_by_user" -%} by user {%- elif testRecord.enabledState == "enabled_in_consequence" -%} automatic {%- else -%} disabled {%- endif %} |
| Result | {{ testRecord.processingState }} |
| Duration | {{ "%.3f"|format(testRecord.duration * 1000) }} ms |
| Description | {% if testRecord.description %}{{ testRecord.description }}{% endif %} |