{% extends "admin_base.html" %} {% load formatters %} {% block body %}
{% for inv in invitations %} {% endfor %}
ID Uniq Real Name Code Inviter Uniq Inviter Real Name Is_accepted Created Accepted
{{ inv.id }} {{ inv.uniq }} {{ inv.realname }} {{ inv.code }} {{ inv.inviter.uniq }} {{ inv.inviter.realname }} {{ inv.is_accepted }} {{ inv.created }} {{ inv.accepted }}
{% if pages|length > 1 %} {% endif %} Export

{% endblock body %}