{% extends "base.html" %} {% block content %} Please select the correct profile from the list below. If you are unsure which of them is you (barcode, for example), you can click on the profile names below to view your Battle.NET profile:
{% csrf_token %}
You:


Battle.net profiles:
{% for player in players %} {{player.name}} [{{player.number}}]
{% endfor %} If your link doesn't work, you can also open up a replay and look at the player list. The number will match the number in square brackets here. Please also send me the replay if these links doesn't work. {% endblock content %}