diff --git a/app/hr/templates/hr/applications/view.html b/app/hr/templates/hr/applications/view.html
index 2d29f8a..5a8a62a 100644
--- a/app/hr/templates/hr/applications/view.html
+++ b/app/hr/templates/hr/applications/view.html
@@ -3,6 +3,7 @@
{% load humanize %}
{% load if_extra %}
{% load installed %}
+{% load naturaltimediff %}
{% block title %}View Application{% endblock %}
@@ -93,6 +94,22 @@
{% endif %}
{% if hrstaff %}
+{% if app.corporation.application_config.api_view %}
+
API Keys
+
+| User ID | API Key | Description | Type | Active | Last Updated |
+{% for acc in user.eveaccount_set.all %}
+| {{ acc.api_user_id }} |
+ {{ acc.api_key }} |
+ {{ acc.description }} |
+ {{ acc.get_api_keytype_display }} |
+ {{ acc.get_api_status_display }} |
+ {{ acc.api_last_updated|naturaltimediff }} |
+
+{% endfor %}
+
+{% endif %}
+
EVE Characters
| Character | Corp / Alliance | ISK | SP | Training | Links |