<pclass="step_step">Step {{ wizard.steps.step1 }} on {{ wizard.steps.count }}</p>
<pclass="step_step_desc"> According to the ID you gave, here are the informations that we collect. Could you complete informations contained in it. </p>
</div>
<divclass="form_div">
<formaction=""method="post">
{% csrf_token %}
<table>
{{ 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 %}
<divclass="publi_title">
{% if source == "PM" %}
Publication on PubMed - PMID {{ wizard.form.id_source.value }}<br/>