{% 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 %}