{{ extends 'global/Page.html' }} {% load static %} {{ block title }}Select an avatar{{ endblock }} {{ block content }}
Please choose the image with which you want to present yourself to the other player.
{{ for image in image_data }} {{ endfor }} {{ formfield_errors 'chosen_avatar' }}