Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}
{% extends "admin/base_site.html" %} {% load i18n static %} {% load admin_urls %} {% load pipeline %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {{ wizard.form.media }} {% comment %} Django's jQuery lives in its own namespace ('django') and we don't want to mess around with it. It uses currently v1.4.2, but we want to have a newer version. Therefore, we use our own jQuery version here. {% endcomment %} {% javascript 'jquery-lib' %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}