{% extends 'admin/custom_base.html' %} {% block body %}
Manage items served via GET /api/ugc/OutfitItem/get.
The client constructs http://kittyrec.tabbycluster.net/{AssetbundleName} for each entry.
| Friendly Name | AssetbundleName | ManifestName | Ver | {% if SCOPE_ADMIN in scopes %}Actions | {% endif %}
|---|---|---|---|---|
| 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) }} | {% if SCOPE_ADMIN in scopes %}{% endif %} |