{% extends "aristotle_mdr/base.html" %} {% load i18n %} {% load static from staticfiles %} {% load render_bundle from webpack_loader %} {% block webpack_css_bundle %} {% render_bundle 'wizard' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'wizard' 'js' %} {% endblock %} {% block title %} Create new {{ model_name }} - Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }} - {{ step_title }} {% endblock %} {% block content %}

Create {{ model_name }} - Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }} - {{ step_title }}

{% block content_container_start %} {# Sam: I am not happy about this either #}
{% endblock %}
{% csrf_token %} {{ wizard.management_form }} {% block formarea %} {{ wizard.management_form }} {% endblock %}
{% if wizard.steps.prev %} {% endif %} {% block next_button %} {% endblock %}
{% block content_container_end %}
{% endblock %} {% block underform %} {% endblock %} {% endblock %}