{% extends "tournamentcontrol/competition/admin/base.html" %} {% load i18n common %} {% block main_content %}

{% blocktrans with step=wizard.steps.step1 count=wizard.steps.count %}Produce Scorecards: Step {{ step }} of {{ count }}{% endblocktrans %}

{% if wizard.form.non_field_errors %} {{ wizard.form.non_field_errors }} {% endif %}
{% csrf_token %} {{ wizard.management_form }}
{% for f in wizard.form %} {% field f %} {% endfor %}
{% if wizard.steps.prev %} {% endif %}
{% endblock %}