{{ command_template.name }}
{{ command_template.description }}
{% endif %}{{ command_template.command_name }}| {% trans "RFID" %} | {% trans "Name" %} | {% trans "Payload" %} | {% trans "Lifecycle" %} | {% trans "Result" %} | {% trans "Linked" %} | {% trans "Valid" %} |
|---|---|---|---|---|---|---|
| {{ check.rfid.display_label }} | {{ check.name_matches|yesno:"ok,check" }} | {{ check.payload_matches|yesno:"ok,check" }} | {{ check.lifecycle_matches|yesno:"ok,check" }} | {{ check.result_matches|yesno:"ok,check" }} | {{ check.linked|yesno:"ok,check" }} | {{ check.valid|yesno:"valid,invalid" }} |
| {% trans "No cards have been linked to this template yet." %} | ||||||
| {% trans "Triggered" %} | {% trans "RFID" %} | {% trans "User" %} | {% trans "Reader" %} | {% trans "Status" %} | {% trans "Detail" %} |
|---|---|---|---|---|---|
| {{ execution.triggered_at }} | {{ execution.rfid.display_label|default:execution.rfid_value }} | {{ execution.run_as_user|default:"-" }} | {{ execution.reader_id|default:"-" }} | {{ execution.get_status_display }} | {% if execution.status_detail %} {{ execution.status_detail }} {% elif execution.result.summary %} {{ execution.result.summary }} {% else %} - {% endif %} |
| {% trans "No runs have been recorded for this template yet." %} | |||||
{{ template_params_json }}
{{ template_sigils_json }}