{% extends 'admin/custom_base.html' %} {% block body %}

UGC Avatar Items

Manage items served via GET /api/ugc/OutfitItem/get. The client constructs http://kittyrec.tabbycluster.net/{AssetbundleName} for each entry.

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if SCOPE_ADMIN in scopes %}
+ Add UGC Outfit Item
Max 10MB.
Max 10MB. Make sure this matches the assetbundle you uploaded.
{% endif %}
Registered UGC Outfit Items {{ items|length }}
{% if SCOPE_ADMIN in scopes %}{% endif %} {% if not items %} {% else %} {% for item in items %} {% if SCOPE_ADMIN in scopes %} {% endif %} {% endfor %} {% endif %}
Friendly Name AssetbundleName ManifestName VerActions
No UGC outfit items registered yet.
{{ item.friendly_name }} {{ item.assetbundle_name }} {% if item.assetbundle_name.startswith('cdn_') %} {% endif %} {{ item.manifest_name }} {% if item.manifest_name.startswith('cdn_') %} {% endif %} {{ item.get('version', 0) }}
{% endblock %}