{% extends "base.html" %} {% load render_table from django_tables2 %} {% block main %}
Description | Created date | Expiration date | Key | Action |
---|---|---|---|---|
{{ token.description }} | {{ token.created }} | {{ token.expires }} | {{ token }} |
Request notifications are {% if user.profile.request_notification_enabled %}enabled{% else %}disabled{% endif %}
Support notifications are {% if user.profile.support_notification_enabled %}enabled{% else %}disabled{% endif %}