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

Custom Swatches

Base items have one entry each. Add swatches below to create named color/style variants for gifting.

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if SCOPE_ADMIN in scopes %}
+ Add Swatch
{% endif %}
Custom Swatches {{ swatches|length }}
{% if SCOPE_ADMIN in scopes %}{% endif %} {% if not swatches %} {% else %} {% for s in swatches %} {% if SCOPE_ADMIN in scopes %} {% endif %} {% endfor %} {% endif %}
Friendly Name AvatarItemDescActions
No custom swatches yet.
{{ s.FriendlyName }} {{ s.AvatarItemDesc }}
{% endblock %}