{# File: plugins/auth/templates/auth/invite.html #} {% extends 'core/base.html' %} {% block title %}Send Invitation – Nature In Pots{% endblock %} {% block content %}

Send Invitation

You have {{ invites }} invites remaining.

{{ form.hidden_tag() }}
{{ form.email.label(class="form-label") }} {{ form.email(class="form-control", placeholder="Recipient email (optional)") }} Enter the recipient’s email if you want to include it in the invitation record.
{% if inv_link %}
Your Invitation Link
{% endif %} {% endblock %}