{% load static %}
Your username: {{ user.username }}
Puffer uses an invitation token based system to allow users to invite other users. If you have any invitation tokens, they will show up below. Feel free to share them with friends who would also like to use Puffer.
Have friends interested in Puffer?
{% if user.is_superuser %} {% endif %} {% if user.invitationtoken_set.all %}Total available invitation tokens: {{ user.invitationtoken_set.all.count }}
Unshared tokens | Addtional tokens to generate | Once you share... |
---|---|---|
{{ t.token }} | {{ t.addon_cnt }} | mark shared |
Shared tokens | Addtional tokens to generate | Click to unshare... |
---|---|---|
{{ t.token }} | {{ t.addon_cnt }} | mark unshared |