{% if include.testRun.device.type == "card" %}
Card name: {{ page.id | split:"/" | shift | shift | shift | sample | replace:"_", " " }}
ATR: {{ include.testRun.device.ATR }}
{% else %}
Device name: {{ page.title | replace:"_", " " }}
{% endif %}
{% if include.testRun.device.ectester %}
ECTester version: {{ include.testRun.device.ectester }}
{% endif %}
{% if include.testRun.date %}
Date: {{ include.testRun.date }}
{% endif %}
{% if include.testRun.description %}
Result summary:
{{ include.testRun.description }}
{% endif %}