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

Gift Item to Player

Back to Players
{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if player %}
Player: {{ player.Username }} (ID {{ player.Id }})
Display name: {{ player.DisplayName }} — Level {{ player.Level }} — {{ player.Xp }} XP
Gift Details
{{ all_items|length }} avatar items available ({{ custom_items_only|length }} custom)

Bonus XP included with the gift
Levels to grant (0 = none)
Reset
{% else %}

No player selected. Enter a player ID:

{% endif %}
{% endblock %}