{% set page_title = _("My Invitations") %} {% extends theme("layout.html") %} {% block content %} {% from theme("_macros/form.html") import render_field, action_confirm %} {% from theme("inviteonly/_macros.html") import status_badge %}
{% if remaining is none %} {% trans %}You have unlimited invitations.{% endtrans %} {% else %} {% trans %}You have {% endtrans %}{{ remaining }} {% trans %}invitation(s) left.{% endtrans %} {% endif %}
{% if can_create %} {% endif %}{{ invite.code }}