Inventory #
{{ asset.inventory_number or '—' }}
AD Device Name
{{ asset.ad_device_name or '—' }}
Location Note
{{ asset.location_note or '—' }}
{% if asset.encryption_checked %}
Encrypted
{% else %}
Not Encrypted
{% endif %}
{% if asset.encryption_checked_by %}
by {{ asset.encryption_checked_by.username }}
{% if asset.encryption_checked_at %}
— {{ asset.encryption_checked_at.strftime('%d/%m/%Y %H:%M') }}
{% endif %}
{% endif %}
{% if asset.backup_checked %}
Backup OK
{% else %}
No Backup
{% endif %}
{% if asset.backup_checked_by %}
by {{ asset.backup_checked_by.username }}
{% if asset.backup_checked_at %}
— {{ asset.backup_checked_at.strftime('%d/%m/%Y %H:%M') }}
{% endif %}
{% endif %}
{% if asset.hr_notified %}
HR Notified
{% else %}
HR Pending
{% endif %}
{% if asset.hr_notified_by %}
by {{ asset.hr_notified_by.username }}
{% if asset.hr_notified_at %}
— {{ asset.hr_notified_at.strftime('%d/%m/%Y %H:%M') }}
{% endif %}
{% endif %}