Gallica autobib

{% for result in obj.results %}

{{result.record.target.name()}}

    
{{result.record.raw}}
    
  
{% if result.status %} {% if result.processed %} Processed Pdf {% endif %} {% if result.unprocessed %} Unprocessed Pdf {% endif %} Confidence: {{ result.match.confidence }} {% else %} Unable to download pdf :( {% endif %} {% endfor %}