{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Attribute | Value |
|---|---|
| Organization | {{ object.organization_name }} |
| Name | {{ object.name }} |
| Token expiration date | {% if object.server_token_expires_soon %} {{ object.server_token_expiration_date|date:'SHORT_DATETIME_FORMAT'}} ({{ object.server_token_expiration_date|timeuntil }}) {% else %} {{ object.server_token_expiration_date|date:'SHORT_DATE_FORMAT'}} {% endif %} |
| Country code | {{ object.country_code }} |
| Website URL | {{ object.website_url }} |