{% trans %}A copy of this work was available on the public web and has been preserved in the Wayback Machine. The capture dates from {{ capture_year }}; you can also visit the original URL.{% endtrans %} {% elif paper.fulltext.access_type == "ia_file" %}
{% trans %}The Internet Archive has a preservation copy of this work in our general collections.{% endtrans %} {% elif paper.fulltext.access_type == "ia_sim" %}
{% trans %}The Internet Archive has digitized a microfilm copy of this work. It may be possible to borrow a copy for reading.{% endtrans %}
{% endif %}
{% if paper.fulltext.file_mimetype %}
{% trans mimetype = ("" + paper.fulltext.file_mimetype + "
")|safe %}The file type is {{ mimetype }}.{% endtrans %}
{% endif %}
{% if paper.fulltext.release_ident and (paper.biblio.release_ident != paper.fulltext.release_ident) %}
{# Fulltext copy is different from biblio version! #}
{% trans %}Note that this fulltext copy is not of the "primary" version of this work. The version it corresponds to is:{% endtrans %}
{% for release in paper.releases if release.ident == paper.fulltext.release_ident %} {{ journal_row(release, paper) }} {{ external_identifiers(release) }} {% endfor %} {% endif %}{% trans %}Additional access options for the primary version of this work:{% endtrans %} {% endif %} {{ ia_access_button(access )}} {% endfor %}