| Device ID: | {{ device.id }} |
|---|---|
| Location: | {{ device.location|default:"—" }} |
| Protocol: | {{ device.protocol|upper }} |
| Created: | {{ device.created_at|date:"Y-m-d H:i:s" }} |
| Certificate ID: | {{ certificate.id }} |
|---|---|
| Issued At: | {{ certificate.issued_at|date:"Y-m-d H:i:s" }} |
| Expires At: | {{ certificate.expires_at|date:"Y-m-d H:i:s" }} |
| Status: | {% if certificate.revoked_at %} Revoked {% else %} Active {% endif %} |