{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block head %} {{ super() }} {% endblock %} {% block app_content %}

Player: {{ user.name }}


{{ form.hidden_tag() }} {% for gameplayer in user.user_games if gameplayer.game == game %} {{ wtf.form_field(form.role, class='form-control') }} {% endfor %} {{ wtf.form_field(form.submit, class='btn btn-primary', value='Update') }}
{% if user.auth_hash and not user.last_login %}
qr_code_failed
{% elif not user.last_login %}
{% endif %}
{% endblock %} {% block scripts %} {{ super() }} {{ moment.include_moment() }} {% endblock %}