{% extends 'settings/admin_layout.html' %} {% load i18n %} {% load humanize %} {% block header %}{% trans "Invite Requests" %}{% endblock %} {% block panel %}
{% trans "Date" as text %} {% include 'snippets/table-sort-header.html' with field="created_date" sort=sort text=text %} | {% trans "Email" %} | {% trans "Status" as text %} {% include 'snippets/table-sort-header.html' with field="invite__times_used" sort=sort text=text %} | {% trans "Action" %} |
---|---|---|---|
{% trans "No requests" %} | |||
{{ req.created_date | naturaltime }} | {{ req.email }} | {% if req.invite.times_used %} {% trans "Accepted" %} {% elif req.invite %} {% trans "Sent" %} {% else %} {% trans "Requested" %} {% endif %} | {% if req.invite and not req.invite.times_used %} {# #} {% else %} {% endif %} |