{% extends "add.html" %} {% load i18n %} {% block form %}
{{ wizard.steps.step1 }}. Bibliography

Based on the ID you have provided, we have iden2fied the following informa2on concerning your bibliographic source. Please check that the information below is correct (Title, authors etc. ) and answer the few questions about the content of your bibliographic source.

{% csrf_token %} {{ wizard.management_form }} {{ wizard.form.errors}} {{ wizard.form.non_field_errors}} {% block custom_form %}{% endblock %} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form }} {% endfor %} {% else %} {{ wizard.form }} {% endif %}
{% if wizard.steps.prev %} {% endif %}
{% endblock %}