{% extends "main/base.html" %} {% load static %} {% load widget_tweaks %} {% load i18n %} {% block body %}
{% if experiment_urn|default:"" %}

Skip for now

{% endif %}

{% block side-bar-instructions %}{% endblock %}

* indicates a required field

{% csrf_token %} {% block top-instructions %} {% endblock %}
{% block form-block %} {# Forms are rendered here #} {% endblock %}
{% block extra-buttons-block %} {# Form buttons are rendered here #} {% endblock %}
{% endblock body %} {% block extra_scripts %} {% endblock %}