{% extends '__layout__.html' %} {% block title %}Admin{% endblock %} {% block head %} {% endblock %} {% block content %}
Back to Admin Panel

Asset Manager

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% if asset %}
< View asset on catalog {% if IsItemEligibleForItemReleasePool and CanManageItemReleasePool: %} Insert Item into Item Release Pool {% endif %}

note: if you want an item to be free both robux and tix prices have to be set to 0

(UTC) Current offsale time: {{asset.offsale_at}} | Note: To remove a offsale date you need to set the item offsale manually

Created: {{asset.created_at}}

Updated: {{asset.updated_at}}

Original Roblox AssetId: {{asset.roblox_asset_id}}

AssetType: {{asset.asset_type.name}}

{% endif %}
{% endblock %}