{% extends "mainpage/base.html" %} {% load i18n %} {% block title %} {% trans "Set Online Gaming Password" %} - {{ block.super }} {% endblock %} {% block content_header %}

{% trans "Set Online Gaming Password" %}

{% endblock %} {% block content_main %}
{% for field in ggz_form %} {% endfor %}
{{ field.label_tag }}: {{ field }} {{ field.errors }}
{% csrf_token %}
{% endblock %}