{% extends "base.html" %} {% block content %}
{{_('Create an invite')}}
{% if invites %} {% for invite in invites %}

{{ invite.email }}

{{ invite.created_at.strftime('%b %d, %Y') }}

{% endfor %} {% else %}

{{_('No invites for now')}}.

{% endif %} {% endblock %}