Gallica autobib

{% for record in obj.records %}

{{ record.author }} {{record.title }}

    
{{ obj.raw[loop.index0] }}
    
  
{% if obj.results[loop.index0] %} Processed Pdf {% else %} Unable to download pdf :( {% endif %} {% endfor %}