{% extends 'common/base.html' %} {% block title %}::Inventory::Applications{% endblock %} {% block content %} {% csrf_token %}
| Application name | {{ application.name }} |
| Created | {{ application.created }} |
| Last access | {{ application.pretty_access_time }} |
| Status | {% if application.active %}active{% else %}revoked{% endif %} |
| Authentication token |