{{ user.id|user_url }} › Invites

{% if user.disableInvites %}
Your invites have been disabled. Please read this article for more information.
{% elseif user.onRatioWatch or not user.canLeech %}
You may not send invites while on Ratio Watch or while your leeching privileges are disabled. Please read this article for more information.
{% elseif not invites_open %}

The user limit has been reached: you are unable to send invites at this time. Please wait until the enabled user count falls below {{ constant('USER_LIMIT') }}.

{% elseif own_profile and user.canInvite %}

Please note that selling, trading, or publicly giving away our invitations — or responding to public invite requests — is strictly forbidden, and may result in you and your entire invite tree being banned.

Do not send an invite to anyone who has previously had an {{ constant('SITE_NAME') }} account. Please direct them to {{ constant('BOT_DISABLED_CHAN') }} on {{ constant('BOT_SERVER') }} if they wish to reactivate their account.

Remember that you are responsible for ALL invitees, and your account and/or privileges may be disabled due to your invitees' actions. You should know and trust the person you're inviting. If you aren't familiar enough with the user to trust them, do not invite them.

Do not send an invite if you have not read or do not understand the information above.

Email address:
{% if user.permitted('users_invite_notes') %}
Staff Note:
{% endif %}
{% endif %} {% for p in user.pendingInviteList %} {% if loop.first %}

Pending invites

{% endif %} {% if loop.last %}
Email address Expires in Key Invite link Delete invite
{{ p.email }} {{ p.expires|time_diff }} {{ p.invite_key }} Invite link Delete invite
{% endif %}
{% endfor %}

Invitee list

{% for u in invited %} {% endfor %}
{{ heading.emit('username')|raw }} {{ heading.emit('email')|raw }} {{ heading.emit('joined')|raw }} {{ heading.emit('lastseen')|raw }} {{ heading.emit('uploaded')|raw }} {{ heading.emit('downloaded')|raw }} {{ heading.emit('ratio')|raw }}
{{ u.user_id|user_full|raw }} {{ u.email }} {{ u.join_date|time_diff }} {{ u.last_access|time_diff }} {{ u.uploaded|octet_size }} {{ u.downloaded|octet_size }} {{ ratio(u.uploaded, u.downloaded) }}