{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_user %} {% user_sidebar request user user.profile 0 True %}

My invites

You can create invite keys here. Simply copy a key and send it to whoever you want to invite.

{% if invites %}

Invites you've created:

{% for invites in invites %} {% endfor %}
Date created Code
{{ invites.created }} {{ invites.code }}
{% else %}

No invites to show.

{% endif %}
{% csrf_token %}
{% endblock %}