diff --git a/vulnerabilities/templates/vulnerability_details.html b/vulnerabilities/templates/vulnerability_details.html
index 7001c8f3b..0ded8ed31 100644
--- a/vulnerabilities/templates/vulnerability_details.html
+++ b/vulnerabilities/templates/vulnerability_details.html
@@ -68,7 +68,7 @@
- {% if epss_data %}
+
+ {% if epss_severities %}
Exploit Prediction Scoring System (EPSS)
+
+ {% with first=epss_severities.0 %}
@@ -517,7 +519,7 @@
Percentile
- {{ epss_data.percentile }} |
+ {{ first.scoring_elements }} |
@@ -526,9 +528,8 @@
EPSS Score
|
- {{ epss_data.score }} |
+ {{ first.value }} |
- {% if epss_data.published_at %}
|
- {{ epss_data.published_at }} |
+ {{ first.published_at }} |
- {% endif %}
- {% else %}
-
No EPSS data available for this vulnerability.
- {% endif %}
-
+ {% endwith %}
-