{% extends 'base.html.j2' %} {% block title %} Play Key {{ key.key_string }} {% endblock title %} {% block content_before %} Play Key {{ key.key_string }} {% endblock content_before %} {% block content %}

Key Info


Uses Left:

{{ key.key_uses}}
Times Used:

{{ key.times_used}}
Created:

{{ key.created_at }}
Active:
{% if key.active %}
{% else %}
{% endif %}
Notes:

{{ key.notes }}

Associated Accounts


{% if accounts %} {% for account in accounts %}
{{ account.username }}

{% endfor %} {% else %} No accounts are using ths Play Key {% endif %}
{% endblock content %}