diff --git a/templates/sso/lookup/user.html b/templates/sso/lookup/user.html index 415e2d8..9da2a78 100644 --- a/templates/sso/lookup/user.html +++ b/templates/sso/lookup/user.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% load naturaltimediff %} + {% block content %}
| User ID | API Key | Description | Key Type | Active | |
|---|---|---|---|---|---|
| User ID | API Key | Description | Type | Active | Last Updated |
| {{ acc.api_user_id }} | {{ acc.api_key }} | {{ acc.description }} | {{ acc.get_api_keytype_display }} | {{ acc.get_api_status_display }} | +{{ acc.api_last_updated|naturaltimediff }} |