{% extends '__layout__.html' %} {% block title %}Invite Keys{% endblock %} {% block head %} {% endblock %} {% block content %}
Note: It is not recommended to give away your invite key to strangers as you may be responsible for their actions.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}| Created | Key | Used By | Used On |
|---|---|---|---|
| {{key.created_at.strftime("%d/%m/%Y")}} | {{key.key}} |
{% if key.used_by %}
|
{% if key.used_on %}{{key.used_on.strftime("%d/%m/%Y")}}{%else%}None{%endif%} |
No results found
{%endif%}