[% i18n("Hello") %]
[% i18n("You have been detected doing malicious activity on the network.") %]
[% i18n_format("Security Event %s was detected on your device.", description) %]
[% i18n("Here is the device information") %]
[% i18n("MAC Address") %]
[% mac %]
[% i18n("OS") %]
[% os %]
[% i18n("Hostname") %]
[% hostname %]
[% i18n("CVE") %]
[% cve.cve %]
[% i18n("CVSS score") %]
[% cve.cvss_score %]
[% i18n("Detail link") %]
[% cve.details_link %]
[% additionnal_message | eval %]