{% extends 'admin/custom_base.html' %} {% block body %}
Register new avatar items added to the backend DLL. These are added to the item pool alongside the base game items.
{% if error %}| Friendly Name | Item ID (AvatarItemDesc) | Default / Starter | {% if SCOPE_ADMIN in scopes %}Actions | {% endif %}
|---|---|---|---|
| No custom items registered yet. | |||
| {{ item.FriendlyName }} | {{ item.AvatarItemDesc }} | {% if item.get('Starter', false) %} Default {% else %} No {% endif %} | {% if SCOPE_ADMIN in scopes %}{% endif %} |