Back to Admin Panel
Lottery
Give away limiteds under accounts which is deleted or inactive for more than 31 days. There must be at least 10 users online to give away any limiteds
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{% if category == 'error': %}
{% endif %}
{% endwith %}
{% if len(EligibleUsers) == 0: %}
{{ message }}
{% endif %}
{% if category == 'success': %}
{{ message }}
{% endif %}
{% endfor %}
No eligible users found
{% endif %}