{% extends 'cv/forms/_publication_base.html' %} {% block citation_information %} {% with form.publisher as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.place as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.volume as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.series as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.series_number as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.isbn as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% endblock citation_information %} {% block edition_information %}
Editions
{{edition_formset.management_form}} {% for edition_form in edition_formset %} {% for field in edition_form.visible_fields %} {% spaceless %} {% endspaceless %} {{field}} {% if field.error %} {{field.error}} {% endif %} {% endfor %} {% endfor %}
{% endblock edition_information %}