{% extends "webpage/base.html" %} {% load bib_extras %} {% block content %}

Results

books in db before update operation: {{ books_before }}
books in db after update operation: {{ books_after }}
updated {% if saved %} {% for x in saved %}
  • {% bib_quote x %}
  • {% endfor %} {% else %} no updates {% endif %}
    {% endblock %}