Back to Admin Panel
Item Release Pool
Next Drop Time: {{NextItemDropDatetime}}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{% if category == 'error': %}
{% endif %}
{% endwith %}
{{ message }}
{% endif %}
{% if category == 'success': %}
{{ message }}
{% endif %}
{% endfor %}
{% for Item in PlannedItems: %}
{% endfor%}
{% if len(PlannedItems) == 0 %}
Name: {{Item.name}}
Description: {{Item.description}}
AssetId: {{Item.id}}
Robux Price: {{Item.robux_price}}
Tickets Price: {{Item.tickets_price}}
IsLimited: {{Item.is_limited}}
IsLimitedUnique: {{Item.is_limited_unique}}
Serial Count: {{Item.serial_count}}
Offsale After: {{Item.offsale_after}}
No planned items
{% endif %}